theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Make elements scrollable #88

Open theRealProHacker opened 1 year ago

theRealProHacker commented 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.