z-index for popups

This commit is contained in:
nglk 2021-03-05 18:19:05 +01:00
parent 63c3bdc119
commit f053ce85b9

View File

@ -520,7 +520,7 @@ color: #d81159;
max-height: 500px; max-height: 500px;
border: 1px solid black; border: 1px solid black;
padding: 2%; padding: 2%;
z-index: 5; z-index: 10;
font-family: 'Vesper Libre', serif; font-family: 'Vesper Libre', serif;
font-size: 16px; font-size: 16px;
overflow-y: scroll; overflow-y: scroll;