Commit 6342bc29 authored by Stephan van Leeuwen's avatar Stephan van Leeuwen

Changed header to stay at the top of the page.

parent 071ad02c
...@@ -282,7 +282,7 @@ img.emoji { ...@@ -282,7 +282,7 @@ img.emoji {
} }
.navless-container { .navless-container {
margin-top: 20px; margin-top: 68px;
} }
.description-block { .description-block {
......
...@@ -7,6 +7,9 @@ header { ...@@ -7,6 +7,9 @@ header {
margin-bottom: 0; margin-bottom: 0;
min-height: 40px; min-height: 40px;
border: none; border: none;
position: fixed;
top: 0;
width: 100%;
.navbar-inner { .navbar-inner {
filter: none; filter: none;
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
width: 100%; width: 100%;
padding: 15px; padding: 15px;
background: #FFF; background: #FFF;
margin-top: 48px;
} }
.nav-sidebar { .nav-sidebar {
...@@ -131,9 +132,9 @@ ...@@ -131,9 +132,9 @@
.sidebar-wrapper { .sidebar-wrapper {
width: 52px; width: 52px;
position: fixed; position: fixed;
left: 50px; top: 0;
left: 0;
height: 100%; height: 100%;
margin-left: -50px;
border-right: 1px solid #EAEAEA; border-right: 1px solid #EAEAEA;
overflow-x: hidden; overflow-x: hidden;
......
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