do not set max_width of div.popupbox

This commit is contained in:
Uwe Steinmann 2022-09-15 13:10:16 +02:00
parent aaf7733ab2
commit cf025abcc1

View File

@ -375,7 +375,6 @@ div.popupbox {
display: none;
position: absolute;
min-width: 230px;
max-width: 280px;
white-space: break-spaces;
z-index: 10;
}