set z-index of popupbox

This commit is contained in:
Uwe Steinmann 2020-03-05 22:27:11 +01:00
parent c021e4b4cb
commit ee8081b3c1

View File

@ -213,6 +213,7 @@ div.popupbox {
display: none;
position: absolute;
min-width: 230px;
z-index: 10;
}
div.popupbox span.closepopupbox {