[Backport staging] Fix broken scrollbar introduced by separator redesign (#33947)

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
ElementRobot
2026-06-23 14:12:33 +01:00
committed by GitHub
parent 4920d6c8c6
commit 8eeed8e2df
@@ -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%;