fix admin scrolling

This commit is contained in:
A 2026-07-17 01:15:06 +08:00
parent 25ab04a254
commit 9d889cabf3
5 changed files with 10 additions and 2 deletions

View file

@ -62,6 +62,7 @@ a {
height: 100vh;
flex-direction: column;
gap: 16px;
overflow-y: auto;
padding: 18px 12px;
color: #eef2f6;
background: var(--sidebar);