mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-25 07:57:06 -05:00
Fix Sidebar scrolling issue
This commit is contained in:
parent
3c18ee17dc
commit
f68c293c0f
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
@endphp
|
||||
|
||||
<div class="bg-slate-900 h-full grid grid-cols-[auto_1fr] grid-rows-[auto_100%]"
|
||||
<div class="bg-slate-900 grid grid-cols-[auto_1fr] grid-rows-[auto_1fr] overflow-y-auto"
|
||||
x-data="{
|
||||
open: false,
|
||||
toggle() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user