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;