From 4953d4df3e669a17f2f591a4f9bf9e9a6c181c51 Mon Sep 17 00:00:00 2001 From: John Leider Date: Mon, 26 Dec 2016 14:49:29 -0500 Subject: [PATCH] fixed bug where height was not being calculated on safari --- src/stylus/components/_navbar.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylus/components/_navbar.styl b/src/stylus/components/_navbar.styl index b24fbd2f3cb..be639c27f4c 100755 --- a/src/stylus/components/_navbar.styl +++ b/src/stylus/components/_navbar.styl @@ -41,6 +41,7 @@ &__items list-style-type: none padding: 0 + height: 100% > li height: 100%