diff --git a/src/main.scss b/src/main.scss index c2a4a3db..a2ed233a 100644 --- a/src/main.scss +++ b/src/main.scss @@ -64,15 +64,15 @@ pointer-events: auto; .rg-resize-handle { - &:hover { - cursor: col-resize; - background-color: $resize-handle-gb-color; - } - position: absolute; right: 0; width: $resize-handle-line-width; height: 100%; + + &:hover { + cursor: col-resize; + background-color: $resize-handle-gb-color; + } } } @@ -241,4 +241,4 @@ top: 50%; left: 50%; } -} \ No newline at end of file +}