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

@@ -122,6 +122,7 @@ export class DeesAppuiActivitylog extends DeesElement implements IActivityLogAPI
width: 100%;
padding: 8px 0;
overflow-y: auto;
overscroll-behavior: contain;
scrollbar-width: thin;
scrollbar-color: ${cssManager.bdTheme('#d4d4d4', '#333333')} transparent;
}