From e2d470ab082eb5cafb2e5e9f89db5b3f2c15d657 Mon Sep 17 00:00:00 2001 From: Squandor Date: Tue, 28 Feb 2017 15:34:18 +0100 Subject: [PATCH] changed navbar position for scrolling #64 --- static/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index a22a69f..e20b708 100755 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,10 +1,11 @@ body.nav-sm .container.body .left_col { width: 100px; padding: 0; - position: fixed; + position: relative; height: 100%; z-index: 200; overflow-y:hidden; + -webkit-overflow-scrolling:touch; } body.nav-sm .container.body .right_col { @@ -92,6 +93,7 @@ body.nav-sm .profile { margin-bottom: 35px; } + .menu_section h3 { padding-left: 23px; color: #fff;