From 3e475bb69cb8e6b08228ddf09be140c53e3f946d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 12 Aug 2020 16:21:37 +0100 Subject: [PATCH] padding the timeline so that its scrollbar has its own space from the resize handle --- res/css/structures/_MainSplit.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/structures/_MainSplit.scss b/res/css/structures/_MainSplit.scss index aee7b5a154..dc62cb8218 100644 --- a/res/css/structures/_MainSplit.scss +++ b/res/css/structures/_MainSplit.scss @@ -23,6 +23,8 @@ limitations under the License. .mx_MainSplit > .mx_RightPanel_ResizeWrapper { padding: 5px; + // margin left to not allow the handle to not encroach on the space for the scrollbar + margin-left: 8px; &:hover .mx_RightPanel_ResizeHandle { // Need to use important to override element style attributes