fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain
This commit is contained in:
@@ -285,6 +285,7 @@ export class DeesAppuiProfileDropdown extends DeesElement {
|
||||
max-width: calc(100vw - 32px);
|
||||
max-height: calc(100vh - 32px);
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
:host([isopen]) .dropdown {
|
||||
|
||||
Reference in New Issue
Block a user