adicu / adi-website

[DEPRECATED] The website for the Application Development Initiative, built on Eventum.
https://adicu.com
11 stars 15 forks source link

Better drawer behavior on mobile. #178

Open schlosser opened 9 years ago

schlosser commented 9 years ago

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.