1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Increase PageLayout z-index

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-03 08:37:58 +03:00
parent 03b93684b0
commit 061f4f8a07

View File

@ -24,7 +24,7 @@
// covers whole app view area
&.showOnTop {
position: fixed !important; // allow to cover ClustersMenu
z-index: 3;
z-index: 13;
left: 0;
top: 0;
right: 0;