From 94c74bc6c46a9978e877a3dd3fb872977f50cc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 26 Mar 2015 11:46:23 -0700 Subject: [PATCH] [website] Allow top nav to overflow This looks *less bad* than it currently does but it's still pretty clowny. --- website/src/react-native/css/react-native.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/react-native/css/react-native.css b/website/src/react-native/css/react-native.css index 6457b45da2a63a..ec8e8e15afbeef 100644 --- a/website/src/react-native/css/react-native.css +++ b/website/src/react-native/css/react-native.css @@ -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;