Refine overlay stacking behavior

This commit is contained in:
Jordan Wages 2025-09-18 18:42:52 -05:00
commit 0450ec9e1c
2 changed files with 49 additions and 5 deletions

View file

@ -11,6 +11,7 @@
.ux-overlays { position: absolute; inset: 0; pointer-events: none; }
.ux-view { width: 100%; }
.ux-view--overlay { position: absolute; inset: 0; z-index: 10; pointer-events: auto; }
.ux-view[hidden] { display: none !important; }
.is-sr-only {
position: absolute;