fix(ui): the header has been hidden by content in the config page

This commit is contained in:
Rain120
2026-03-02 21:05:39 +08:00
committed by Val Alexander
parent 7b5a410b83
commit 6ea6aca5bd

View File

@@ -9,6 +9,7 @@
gap: 0;
height: calc(100vh - 160px);
margin: -16px;
margin-top: 0;
border-radius: var(--radius-xl);
border: 1px solid var(--border);
background: var(--panel);