From 616682b4afc0743edcc64bfac54e61386bc1d0f8 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 5 Jan 2022 17:45:33 +0100 Subject: [PATCH] Left Column: Enlarge resize handle width (#1618) --- src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 3e1fde2d0..d24be9064 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -84,9 +84,9 @@ body.cursor-ew-resize { display: none; position: absolute; top: 0; - right: -.1875rem; + right: -.25rem; bottom: 0; - width: .1875rem; + width: .25rem; z-index: var(--z-resize-handle); cursor: ew-resize;