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:
parent
e0bccfabd4
commit
56197d8e2e
@ -13,7 +13,7 @@ body.resizing {
|
||||
$dimension: 12px;
|
||||
|
||||
position: absolute;
|
||||
z-index: var(--z-index-base);
|
||||
z-index: var(--z-index-above);
|
||||
|
||||
&::after {
|
||||
content: " ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user