From 572135ed153876631c4b55d0fc14b02b522e06d3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 3 Aug 2016 10:52:13 -0400 Subject: [PATCH] fix issue with taskbar z-index being overridden by some bootswatch skins --- less/modules/taskbar.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 66471570c..bfe1d244f 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -4,6 +4,11 @@ display: none; z-index: 10001; + // Bootswatch fix + &.navbar-fixed-bottom { + z-index: 10001; + } + left: auto; margin-top: 0;