style(fe): enforce viewport-fit zero-scroll layout for all non-dashboard workstation screens

This commit is contained in:
2026-08-15 21:18:26 +09:00
parent 95d5ebc14e
commit 2a75df7c5f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ onMounted(() => {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
padding: var(--spacing-6);
padding: var(--ks-space-3);
max-width: 100%;
scroll-behavior: smooth;
}