Fix collapsing nav bar

Closes #75
This commit is contained in:
Carl van Tonder 2018-06-19 23:18:08 -04:00
parent c1e8762287
commit 00b3e1a476

View File

@ -20,6 +20,7 @@
<style>
.navbar-brand { padding: 5px 15px; }
.navbar-brand > img { height: 40px; }
.navbar-collapse {z-index: 9999; position: relative; background: white;}
.dropdown-menu > li > a.no-hover:hover, .dropdown-menu > li > a.no-hover:focus {
background: red;
}