Refine overlay stacking behavior
This commit is contained in:
parent
8b2bc9bb1c
commit
0450ec9e1c
2 changed files with 49 additions and 5 deletions
1
site.css
1
site.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue