From 89c461a3bf278c5aaf615dbd8d88d5a7c9342175 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 28 May 2021 14:48:34 +0300 Subject: [PATCH] Fix resizing anchor position Signed-off-by: Alex Andreev --- src/renderer/components/resizing-anchor/resizing-anchor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/resizing-anchor/resizing-anchor.scss b/src/renderer/components/resizing-anchor/resizing-anchor.scss index f393466d64..024a83105b 100644 --- a/src/renderer/components/resizing-anchor/resizing-anchor.scss +++ b/src/renderer/components/resizing-anchor/resizing-anchor.scss @@ -68,7 +68,7 @@ body.resizing { } &.horizontal { - top: calc(var(--main-layout-header) * -1); // Cover TopBar area also + top: 0; bottom: 0; cursor: col-resize; width: $dimension;