As per #177, we should disable scrolling the page while the drawer is open. This can be accomplished by in JavaScript adding a "drawer-open" class to the body, which disables scrolling.
It would also be nice to add a scrim (a screen with background-color:rgba(0,0,0,0.5) or something) to the area of the screen outside of the drawer (like we do with modals). When you tap the scrim, the drawer should close, as if you pressed the X button.
As per #177, we should disable scrolling the page while the drawer is open. This can be accomplished by in JavaScript adding a "drawer-open" class to the body, which disables scrolling.
It would also be nice to add a scrim (a screen with
background-color:rgba(0,0,0,0.5)
or something) to the area of the screen outside of the drawer (like we do with modals). When you tap the scrim, the drawer should close, as if you pressed the X button.