Fix popup boxes not on top

This commit is contained in:
Olivier Gagnon
2021-09-14 14:15:05 -04:00
parent 9adf69afbd
commit 89a85c73ec
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -2366,7 +2366,7 @@ input[type="checkbox"] {
/* Initially hidden */
position: fixed;
/* Stay in place */
z-index: 10;
z-index: 1300;
/* Sit on top */
left: 0;
top: 0;