Skip to content

Commit

Permalink
[website] Allow top nav to overflow
Browse files Browse the repository at this point in the history
This looks *less bad* than it currently does but it's still pretty
clowny.
  • Loading branch information
zpao committed Mar 26, 2015
1 parent 9c9992e commit 94c74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/react-native/css/react-native.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 94c74bc

Please sign in to comment.