Commit ac7625d
committed
fix(examples/hub-next): keep the auth overlay above the dashboard
The AuthOverlay renders as the root div's first child, before header/
main/footer, with position: fixed but no z-index. main uses position:
relative for its absolutely-positioned iframe/panel children, so with
both at z-index: auto the two compete in the same stacking group and
paint order falls back to tree order — main comes later in the DOM and
painted on top, hiding the authorization form behind the dashboard.
Add the shared z-modal-content layer (the same one FixPromptsDialog
uses for its full-screen overlay) so the overlay reliably stacks above
the rest of the page regardless of DOM order.1 parent 3672417 commit ac7625d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments