fix z-index on top menu and publication title; add missing bootstrap.js file

This commit is contained in:
bkfox
2016-12-31 17:23:21 +01:00
parent 3ec7137dce
commit 15c59024b4
3 changed files with 17 additions and 0 deletions

View File

@ -85,6 +85,7 @@ ul {
body > .top {
position: fixed;
z-index: 10000000;
top: 0;
left: 0;
width: calc(100% - 0.8em);