fix(gateway): keep admin sidebar flush while scrolling

This commit is contained in:
2026-08-12 15:55:56 +00:00
parent 1e196e200f
commit fe0232c896
2 changed files with 55 additions and 3 deletions
@@ -201,8 +201,8 @@ onMounted(async () => {
.admin-sidebar {
position: sticky;
top: 56px;
height: calc(100vh - 56px);
top: 0;
height: 100vh;
border-right: 1px solid #27272a;
background: #111113;
padding: 24px 16px;