1
0
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:
Alex Andreev 2020-11-30 17:07:13 +03:00 committed by GitHub
parent 997fb22d80
commit 30fa68ba1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,10 @@
grid-area: main;
position: relative;
display: flex;
> * {
z-index: 1;
}
}
.ClustersMenu {