We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component
Sidenav
Describe the bug
The Sidenav component cannot be scrolled correctly when used with the Navbar.
To Reproduce
Cause
Sidenav's top level div element has no set height, but the nav element one level down is set to height: 100vh (code).
div
nav
height: 100vh
Screen Recording
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
Sidenav
Describe the bug
The Sidenav component cannot be scrolled correctly when used with the Navbar.
To Reproduce
Cause
Sidenav's top level
div
element has no set height, but thenav
element one level down is set toheight: 100vh
(code).Screen Recording
sidenav-scroll.mp4
The text was updated successfully, but these errors were encountered: