From eeedab4091fd1bdc1eb68b33b1723b9da138ba5f Mon Sep 17 00:00:00 2001 From: Wulf Weich Date: Wed, 23 Nov 2016 17:03:43 +0000 Subject: [PATCH] gui: bottom nav always behind dropdown (fixes #3758) GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3759 --- gui/default/assets/css/overrides.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui/default/assets/css/overrides.css b/gui/default/assets/css/overrides.css index 71c299c9d..bbb40cf12 100644 --- a/gui/default/assets/css/overrides.css +++ b/gui/default/assets/css/overrides.css @@ -249,6 +249,10 @@ ul.three-columns li, ul.two-columns li { text-indent: -0.5em; } +.navbar-fixed-bottom { + z-index: 980; +} + /** Footer nav on small devices **/ @media (max-width: 1199px) { /* Stay at the end of the page, with space reserved for the footer