fix(frontend): fix control panel style

This commit is contained in:
syuilo 2025-04-08 10:56:52 +09:00
parent baf04a1e25
commit c96f345f01
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ defineExpose({
box-sizing: border-box;
border-right: solid 0.5px var(--MI_THEME-divider);
overflow: auto;
height: 100dvh;
height: 100cqh;
}
> .main {