fix css for the menu icon being over popups

This commit is contained in:
2023-06-03 20:43:46 -04:00
parent 11f3e26183
commit 238baed47b

View File

@@ -223,7 +223,7 @@ input[type="number"] {
.popup {
display: none;
position: fixed;
z-index: 1;
z-index: 10;
padding-top: 100px;
left: 0;
top: 0;