[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:
parent
9c9992e298
commit
94c74bc6c4
|
@ -235,7 +235,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
|
||||||
color: #fafafa;
|
color: #fafafa;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 50px;
|
min-height: 50px;
|
||||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
Loading…
Reference in New Issue