You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a drawer needs to scroll we can have a situation where there are two scroll bars side by side. When the drawer is open though a user really only wants to scroll the drawer content, not the entire page.
Describe the solution you'd like
We can fix this by adding overflow: hidden to the body when a drawer is in an open state and then remove that line when the drawer is closed. We can likely do something similar in auro-dialog
Describe alternatives you've considered
Hide a scroll bar with css but that isn't well supported accross browsers.
Is your feature request related to a problem? Please describe.
When a drawer needs to scroll we can have a situation where there are two scroll bars side by side. When the drawer is open though a user really only wants to scroll the drawer content, not the entire page.
Describe the solution you'd like
We can fix this by adding
overflow: hidden
to the body when a drawer is in an open state and then remove that line when the drawer is closed. We can likely do something similar inauro-dialog
Describe alternatives you've considered
Hide a scroll bar with css but that isn't well supported accross browsers.
Additional context
This is related to the fix we did on #17
The text was updated successfully, but these errors were encountered: