Skip to content
Snippets Groups Projects
Commit 2b2d4fad authored by Jay Alvarez's avatar Jay Alvarez
Browse files

fixed z-index on fixed header and footer

parent 15742b13
Branches
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ body { ...@@ -62,7 +62,7 @@ body {
.box-shadow(0 1px 4px rgba(0, 0, 0, 0.3)); .box-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
border:none; border:none;
top:0; top:0;
z-index:@zindex-navbar; z-index:@zindex-navbar-fixed;
} }
@media(min-width:@screen-sm-min) { @media(min-width:@screen-sm-min) {
...@@ -248,6 +248,7 @@ body { ...@@ -248,6 +248,7 @@ body {
width: 250px; width: 250px;
font-size:12.5px; font-size:12.5px;
margin:0; margin:0;
z-index:@zindex-navbar-fixed;
} }
@media(max-width:@screen-sm){ @media(max-width:@screen-sm){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment