fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user