From 72332d7d04b270ae25ced0f847bc2ecf8c589e79 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 16 Nov 2014 19:42:58 +0000 Subject: [PATCH] Workaround for scrollbars appearing with MO. When LOOT is run through MO, scrollbars appear for the whole window, for some reason. Setting the header bar to just under 100% width removes them, with no other difference visible between that and 100% width. --- resources/report/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index b74b3ab0..77e1a8be 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -33,6 +33,7 @@ body { #mainToolbar { background: #4285f4; color: white; + width: 99.99vw; /* Fix for scollbars when LOOT is run through Mod Organiser. */ } #mainToolbar paper-dropdown { color: black;