fix modal layering

This commit is contained in:
nicwands 2026-07-29 16:14:56 -04:00
parent 9a97bf98f6
commit dac7bf2718

View file

@ -1,4 +1,7 @@
// z-index // z-index
.mosaic-modal {
z-index: 20;
}
.site-header, .site-header,
.site-footer { .site-footer {
z-index: 10; z-index: 10;