Fix css height after update NWjs to 0.54
parent
2273b36fa3
commit
726aa663dc
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue