mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix: moving lens views behind extension views (#1565)
* Moving lens-views behind extension views Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Setting z-index for all child elements of <main/> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
997fb22d80
commit
30fa68ba1f
@ -9,6 +9,10 @@
|
|||||||
grid-area: main;
|
grid-area: main;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ClustersMenu {
|
.ClustersMenu {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user