mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
fix app-background zindex (#893)
This commit is contained in:
parent
52cb36bc37
commit
cafce7aed3
2 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ a.plain-link {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: var(--zindex-app-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
--zindex-layout-magnified-node: 5;
|
||||
--zindex-block-mask-inner: 10;
|
||||
--zindex-flash-error-container: 550;
|
||||
--zindex-app-background: -1;
|
||||
|
||||
// z-indexes in xterm.css
|
||||
// xterm-helpers: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue