From 456da8eafab731181044350b466a6d978e35463f Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sat, 10 Jun 2017 21:53:50 -0400 Subject: [PATCH] Fix navbar dropdown position in Firefox ESR --- static/styles/beluga/style.css | 1 + static/styles/genaviv/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 4d7ae99..6ddcc36 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -322,6 +322,7 @@ p.min_padding { background: #509599; margin-top: 50px; z-index: 99999; + left: 0; } #menu > ul > .nav_dropdown:hover { diff --git a/static/styles/genaviv/style.css b/static/styles/genaviv/style.css index 712893d..9f442a2 100755 --- a/static/styles/genaviv/style.css +++ b/static/styles/genaviv/style.css @@ -1207,6 +1207,7 @@ td { width: 100%; z-index: 99999; margin-top: 14px; + left: 0; } #nav_links > #links_menu { width: 120px;