mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Increase topbar z-index number (#4028)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
4526b322af
commit
140a8591e0
@ -25,7 +25,7 @@
|
|||||||
grid-template-rows: var(--main-layout-header);
|
grid-template-rows: var(--main-layout-header);
|
||||||
grid-template-areas: "title controls";
|
grid-template-areas: "title controls";
|
||||||
background-color: var(--layoutBackground);
|
background-color: var(--layoutBackground);
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
grid-area: topbar;
|
grid-area: topbar;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user