-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/sidenav
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When setting 100vh to mat-sidenav-container, scroll event stop working! On mobile, there is impossibile to scroll down the page!
Reproduction
Steps to reproduce:
- ng new app
- ng add @angular/material
- add example from oficial page
- set style="height:100vh" to mat-sidenav-container
- Add simple @HostListener('window:scroll', []) event or fromEvent(document, 'scroll'). All this event not emit nothing, if i have height to 100vh!
Expected Behavior
All event must emit events
Actual Behavior
Scroll event not working
Environment
- Angular:
- CDK/Material: 15.1.1
- Browser(s): Chrome, Mozilla, Edge
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 11
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/sidenav