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

@@ -1,5 +1,12 @@
# Changelog
## 2026-01-03 - 3.29.3 - fix(elements/appui)
prevent scroll chaining on app UI components by adding overscroll-behavior: contain
- Added CSS overscroll-behavior: contain to activity log, main menu, secondary menu, profile dropdown, and tabs components to prevent scroll chaining and unintended body scrolling on touch/trackpad.
- Styling-only change; no public API or behavioral changes beyond scroll handling.
- Bump patch version from 3.29.2 to 3.29.3.
## 2026-01-03 - 3.29.2 - fix(dees-appui)
set min-height: 0 on .maingrid > dees-appui-maincontent to prevent layout overflow in flex container