Make the separator container smaller (#33869)

Currently the scrollbar is broken
This commit is contained in:
R Midhun Suresh
2026-06-17 12:04:20 +00:00
committed by GitHub
parent 8a31c7344f
commit 0980ef0284
@@ -73,7 +73,7 @@
Without this, we'd only capture the events within a narrow 2px/1px border. Without this, we'd only capture the events within a narrow 2px/1px border.
*/ */
position: absolute; position: absolute;
width: 20px; width: 10px;
z-index: 100; z-index: 100;
height: 100%; height: 100%;