summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-13/+28
| | | | ... by issuing a new clip layer just for the scrollbar itself.
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-249/+68
| | | | | | | - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+365