Skip to content

Commit

Permalink
fix issue with taskbar z-index being overridden by some bootswatch skins
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 3, 2016
1 parent 4780414 commit 572135e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/modules/taskbar.less
Expand Up @@ -4,6 +4,11 @@
display: none;
z-index: 10001;

// Bootswatch fix
&.navbar-fixed-bottom {
z-index: 10001;
}

left: auto;

margin-top: 0;
Expand Down

0 comments on commit 572135e

Please sign in to comment.