chore: toolbar scrollbar on mobile

This commit is contained in:
Aman Harwara
2023-10-24 13:13:29 +05:30
parent 8621ef7f19
commit 267c837a06

View File

@@ -465,7 +465,7 @@ const ToolbarPlugin = () => {
)}
<div className="flex w-full flex-shrink-0 border-t border-border md:border-0">
<Toolbar
className="flex items-center gap-1 overflow-x-auto px-1 [&::-webkit-scrollbar]:h-[13px]"
className="flex items-center gap-1 overflow-x-auto px-1 [&::-webkit-scrollbar]:h-0 md:[&::-webkit-scrollbar]:h-[13px]"
ref={toolbarRef}
store={toolbarStore}
>