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:
parent
16825f151c
commit
89c461a3bf
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user