NavSidebar select-none
This commit is contained in:
@ -86,7 +86,7 @@ export default function NavSidebar({ narrow = false }: { narrow: boolean }) {
|
|||||||
|
|
||||||
const className = classNames(
|
const className = classNames(
|
||||||
{ "xl:w-56 xl:gap-2 xl:items-start": !narrow },
|
{ "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 && (
|
const readOnlyIcon = readonly && (
|
||||||
|
Reference in New Issue
Block a user