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