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

Fix resizing anchor position

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-28 14:48:34 +03:00
parent 16825f151c
commit 89c461a3bf

View File

@ -68,7 +68,7 @@ body.resizing {
} }
&.horizontal { &.horizontal {
top: calc(var(--main-layout-header) * -1); // Cover TopBar area also top: 0;
bottom: 0; bottom: 0;
cursor: col-resize; cursor: col-resize;
width: $dimension; width: $dimension;