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

Fix resize anchor z-index

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-19 16:18:07 +03:00
parent 8b752981a0
commit ddc2aaa9fd

View File

@ -13,7 +13,7 @@ body.resizing {
$dimension: 12px; $dimension: 12px;
position: absolute; position: absolute;
z-index: var(--z-index-base); z-index: var(--z-index-above);
&::after { &::after {
content: " "; content: " ";