gui: bottom nav always behind dropdown (fixes #3758)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3759
This commit is contained in:
Wulf Weich 2016-11-23 17:03:43 +00:00 committed by Audrius Butkevicius
parent 8559e20237
commit eeedab4091

View File

@ -249,6 +249,10 @@ ul.three-columns li, ul.two-columns li {
text-indent: -0.5em; text-indent: -0.5em;
} }
.navbar-fixed-bottom {
z-index: 980;
}
/** Footer nav on small devices **/ /** Footer nav on small devices **/
@media (max-width: 1199px) { @media (max-width: 1199px) {
/* Stay at the end of the page, with space reserved for the footer /* Stay at the end of the page, with space reserved for the footer