From 20127ddd3579725eecf01daaf7e82121c43efb7e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 5 Aug 2016 11:52:10 -0400 Subject: [PATCH] fix issue with taskbar spanning length of window --- less/modules/taskbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index bfe1d24..9b18749 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -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);