[website] Allow top nav to overflow

This looks *less bad* than it currently does but it's still pretty
clowny.
This commit is contained in:
Paul O’Shannessy 2015-03-26 11:46:23 -07:00
parent 9c9992e298
commit 94c74bc6c4
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
color: #fafafa;
position: fixed;
top: 0;
height: 50px;
min-height: 50px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
width: 100%;
z-index: 100;