fix(appui): adjust layout and spacing in app UI components: fix activity log overflow, contain main content overscroll, and refine secondary menu padding/transition

This commit is contained in:
2026-01-03 01:58:19 +00:00
parent 57b323b53c
commit 8e5168d299
5 changed files with 23 additions and 6 deletions

View File

@@ -85,6 +85,7 @@ export class DeesAppuiMaincontent extends DeesElement {
.content-area {
overflow: auto;
min-height: 0;
overscroll-behavior: contain;
}
:host([notabs]) .topbar {