fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain

This commit is contained in:
2026-01-03 02:50:37 +00:00
parent 74844492eb
commit ca4f994b55
7 changed files with 13 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ export class DeesAppuiTabs extends DeesElement {
font-size: 14px;
overflow-x: auto;
overflow-y: hidden;
overscroll-behavior: contain;
scrollbar-width: thin;
scrollbar-color: transparent transparent;
height: 100%;