Fix popup height flash bug

This commit is contained in:
Nils Maier 2019-08-31 23:16:46 +02:00
parent 4d72ac4534
commit 4c77ad0f1f

View File

@ -7,6 +7,10 @@
box-sizing: content-box !important;
}
html, body {
height: auto !important;
}
ul {
margin: 1.5ex;
margin-right: 2ex;
@ -25,6 +29,7 @@
vertical-align: center;
align-items: center;
border-radius: 4px;
white-space: nowrap;
}
li.sep {