NavSidebar select-none
This commit is contained in:
parent
3c017f89be
commit
c23856daf4
@ -86,7 +86,7 @@ export default function NavSidebar({ narrow = false }: { narrow: boolean }) {
|
||||
|
||||
const className = classNames(
|
||||
{ "xl:w-56 xl:gap-2 xl:items-start": !narrow },
|
||||
"overflow-y-auto hide-scrollbar sticky items-center border-r border-border-color top-0 z-20 h-screen max-h-screen hidden md:flex flex-col px-2 py-4 flex-shrink-0 gap-1",
|
||||
"select-none overflow-y-auto hide-scrollbar sticky items-center border-r border-border-color top-0 z-20 h-screen max-h-screen hidden md:flex flex-col px-2 py-4 flex-shrink-0 gap-1",
|
||||
);
|
||||
|
||||
const readOnlyIcon = readonly && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user