ckeditor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user