Fix z-index for pride container and clean up comments in pride.js
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 42s

This commit is contained in:
CodeDevMLH
2026-02-27 01:35:25 +01:00
parent ef15857533
commit d6a9ff7176
2 changed files with 1 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 9999;
z-index: 10;
overflow: hidden;
contain: layout paint;
}