From 0a31d61ccc30bad52ec8d1279bea147a26ba1afa Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sat, 4 Jan 2014 16:34:40 +0100 Subject: [PATCH] Make the drawer scrollable --- app/assets/stylesheets/mobile.css.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index efd1844dd..4540246b1 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -107,6 +107,14 @@ h3 { } } } + + nav { + position: fixed; + top: 45px; + bottom: 0px; + overflow: auto; + width: 100%; + } li { font-size: 25px;