Open theRealProHacker opened 1 year ago
This issue only handles vertical scrolling
Elements can be scrolled when their layout's height exceeds their own height.
The scroll amount should be saved in a scrolly (scroll y) attribute on the Element that is scrollable.
scrolly
Element
Elements can be scrolled when their layout's height exceeds their own height.
The scroll amount should be saved in a
scrolly
(scroll y) attribute on theElement
that is scrollable.