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.
This commit is contained in:
Oliver Hamlet
2014-11-16 19:42:58 +00:00
parent be8e576c9f
commit 72332d7d04
+1
View File
@@ -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;