-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Does direction param 'h' stand for horizontal scrolling?
With the following code:
<div style={{ width: 500, height: 100 }}>
<Baron params={{ direction: 'h' }}>
<div style={{ width: 2000, height: 2000, background: 'green' }}>
hello
</div>
</Baron>
</div>
I don't get any scrollbar. With direction value as 'v' I can see a vertical scrollbar.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels