[Backport staging] Fix broken scrollbar introduced by separator redesign (#33947)
Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
@@ -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%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user