Fix css height after update NWjs to 0.54

10.8-maintenance
Mark Haslinghuis 2021-06-20 11:50:39 +02:00
parent 2273b36fa3
commit 726aa663dc
1 changed files with 1 additions and 1 deletions

View File

@ -1492,7 +1492,7 @@ li.active .ic_mission {
dialog {
background-color: white;
padding: 1em;
height: auto;
height: fit-content;
margin: auto auto;
position: absolute;
width: 50%;