Commit 071ad02c authored by Stephan van Leeuwen's avatar Stephan van Leeuwen

Updated mobile sidebar to allow scrolling

parent 1b6ebd17
...@@ -130,14 +130,16 @@ ...@@ -130,14 +130,16 @@
.sidebar-wrapper { .sidebar-wrapper {
width: 52px; width: 52px;
position: absolute; position: fixed;
left: 50px; left: 50px;
height: 100%; height: 100%;
margin-left: -50px; margin-left: -50px;
border-right: 1px solid #EAEAEA;
overflow-x: hidden;
.nav-sidebar { .nav-sidebar {
margin-top: 20px; margin-top: 20px;
position: fixed; position: absolute;
top: 45px; top: 45px;
width: 52px; width: 52px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment