Skip to content

Commit

Permalink
changed navbar position for scrolling #64
Browse files Browse the repository at this point in the history
  • Loading branch information
squandor committed Feb 28, 2017
1 parent 7d47ebf commit e2d470a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/custom.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -92,6 +93,7 @@ body.nav-sm .profile {
margin-bottom: 35px;
}


.menu_section h3 {
padding-left: 23px;
color: #fff;
Expand Down

0 comments on commit e2d470a

Please sign in to comment.