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.
Does direction param 'h' stand for horizontal scrolling?
With the following code:
I don't get any scrollbar. With direction value as 'v' I can see a vertical scrollbar.