fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain
This commit is contained in:
@@ -201,6 +201,7 @@ export class DeesAppuiSecondarymenu extends DeesElement {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overscroll-behavior: contain;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user