mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
fix overflow issue
This commit is contained in:
@@ -77,7 +77,7 @@ const page = usePage<{
|
|||||||
'!flex bg-default-background w-full z-[9999999999]':
|
'!flex bg-default-background w-full z-[9999999999]':
|
||||||
showSidebarMenu,
|
showSidebarMenu,
|
||||||
}"
|
}"
|
||||||
class="flex-shrink-0 h-screen hidden fixed w-[230px] 2xl:w-[250px] px-2.5 2xl:px-4 py-4 sm:flex flex-col justify-between">
|
class="flex-shrink-0 h-screen hidden fixed w-[230px] 2xl:w-[250px] px-2.5 2xl:px-4 py-4 sm:flex flex-col justify-between overflow-y-scroll">
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="border-b border-default-background-separator pb-2 flex justify-between">
|
class="border-b border-default-background-separator pb-2 flex justify-between">
|
||||||
|
|||||||
Reference in New Issue
Block a user