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

Fix resize anchor z-index (#6784)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-19 19:44:04 +03:00 committed by GitHub
parent e0bccfabd4
commit 56197d8e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: " ";