This commit is contained in:
2023-04-29 23:31:45 +02:00
parent 4ed786d5ad
commit bc6a2d822e
9 changed files with 989 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ const activeViewMode = ref(viewModes[0])
class="mt-[50px] px-3 py-6"
/>
<main
class="transition[margin-left] absolute bottom-0 left-0 right-0 top-[50px] flex overflow-auto border-x-[1px] bg-white px-10 py-6 duration-200 ease-out"
class="transition[margin-left] absolute bottom-0 left-0 right-0 top-[50px] flex overflow-hidden border-x-[1px] bg-white px-10 py-6 duration-200 ease-out"
:class="sideBarCollapsed ? 'ml-0' : 'ml-sidebar'"
>
<Note