From 0980ef0284a1f5c7967157ac717722cfcd7ca0cb Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Wed, 17 Jun 2026 17:34:20 +0530 Subject: [PATCH] Make the separator container smaller (#33869) Currently the scrollbar is broken --- .../src/resize/separator/SeparatorView.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-components/src/resize/separator/SeparatorView.module.css b/packages/shared-components/src/resize/separator/SeparatorView.module.css index 06c04c5275..aac14df4bf 100644 --- a/packages/shared-components/src/resize/separator/SeparatorView.module.css +++ b/packages/shared-components/src/resize/separator/SeparatorView.module.css @@ -73,7 +73,7 @@ Without this, we'd only capture the events within a narrow 2px/1px border. */ position: absolute; - width: 20px; + width: 10px; z-index: 100; height: 100%;