mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user