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
go to this page and click IOverlayableProps to invoke the drawer
It always happens when the content of drawer is overflow
Actual behavior
the content of the drawer is cut and cant be scrolled
Expected behavior
should be scrollable
Possible solution
add css rule overflow-y: scroll to div.bp3-drawer element
The text was updated successfully, but these errors were encountered:
zizizheng
changed the title
Cant scroll drawer when content is overflow on documentation
Cant scroll drawer when the content is overflow on documentation
May 23, 2019
zizizheng
changed the title
Cant scroll drawer when the content is overflow on documentation
Cant scroll drawer when the content is overflow on documentation website
May 23, 2019
Environment
Steps to reproduce
IOverlayableProps
to invoke the drawerActual behavior
the content of the drawer is cut and cant be scrolled
Expected behavior
should be scrollable
Possible solution
add css rule
overflow-y: scroll
todiv.bp3-drawer
elementThe text was updated successfully, but these errors were encountered: