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

Increase topbar z-index number

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-10-13 14:19:53 +03:00
parent b2b3c44695
commit 9a8e8ab739

View File

@ -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;
} }