Skip to content

Commit e134c38

Browse files
committed
fix menu overlap
1 parent 7eca513 commit e134c38

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<link href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
3636
<link rel="stylesheet" href="/css/prettyPhoto.css">
3737

38-
<link rel="stylesheet" href="/css/site.css?ver=10272021">
38+
<link rel="stylesheet" href="/css/site.css?ver=10262021">
3939

4040
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
4141
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

css/site.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535
}
3636

37-
.navbar-static-top.navbar {
37+
.navbar.navbar-static-top {
3838
margin-bottom: 0;
39+
z-index: auto;
3940
}

0 commit comments

Comments
 (0)