-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Clean scroll paddings in Navigation Drawer #9026
Comments
Hey @ehconitin I have added margin right as 9px to whole scrollable div. |
@muraliSingh7 no horizontal scrolling! |
Navigation item overflow should be hidden with ellipsis indeed [...] |
Is this what you expect @Bonapara @ehconitin ? |
Could you please create a PR so @Bonapara and I can test out the new behavior and verify if it's working as expected? |
@Bonapara @ehconitin I have created a PR could you please test this on your end and provide any suggestions or feedback? Thank you! |
Current behavior
Currently, we hide the scroll in the NavigationDrawer(#8896) because, with the current implementation, it is rendered over the NavigationDrawerItems.
Expected behavior
We want a clean scroll bar with correct paddings/positioning(it should not clip over NavigationDrawerItems)
The text was updated successfully, but these errors were encountered: