Dialog heights now fit to LOOT window.

For #296.
This commit is contained in:
Oliver Hamlet
2014-09-24 18:47:03 +01:00
parent 6252697a47
commit 2d904d3def
+2
View File
@@ -182,6 +182,8 @@ dialog {
padding: 2em;
top: 3em;
max-width: 40em;
max-height: calc(100% - 8em);
overflow: auto;
}
dialog > h1 {
font-weight: normal;