NavSidebar select-none

This commit is contained in:
Martti Malmi 2024-02-03 19:47:42 +02:00
parent 3c017f89be
commit c23856daf4

View File

@ -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 && (