Skip to content

Commit

Permalink
fix issue with taskbar spanning length of window
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 5, 2016
1 parent bbd8617 commit 20127dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/modules/taskbar.less
Expand Up @@ -3,14 +3,14 @@
.taskbar {
display: none;
z-index: 10001;
left: auto;

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

left: auto;

margin-top: 0;
.transition(.15s ease-in opacity);

Expand Down

0 comments on commit 20127dd

Please sign in to comment.