fix app-background zindex (#893)

This commit is contained in:
Mike Sawka 2024-09-27 13:42:18 -07:00 committed by GitHub
parent 52cb36bc37
commit cafce7aed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ a.plain-link {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: var(--zindex-app-background);
} }
} }

View File

@ -62,6 +62,7 @@
--zindex-layout-magnified-node: 5; --zindex-layout-magnified-node: 5;
--zindex-block-mask-inner: 10; --zindex-block-mask-inner: 10;
--zindex-flash-error-container: 550; --zindex-flash-error-container: 550;
--zindex-app-background: -1;
// z-indexes in xterm.css // z-indexes in xterm.css
// xterm-helpers: 5 // xterm-helpers: 5