mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix app-background zindex (#893)
This commit is contained in:
parent
52cb36bc37
commit
cafce7aed3
@ -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 New Issue
Block a user