-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Currently we don't track any sort of bounds when scrolling content in a window .. we just accumulate into a v2 Scroll and blindly offset the window content by that amount. In order to support scrollbars, we first need to track the window content bounds and prevent scrolling past it (#49). Once that's done, drawing a scrollbar should be relatively straight-forward.
Reactions are currently unavailable