Skip to content

Do not use Control as container for config UI elements

Arjen Hiemstra requested to merge work/ahiemstra/configscroll into master

Control eats touch events, preventing the page from being scrolled with touch. So use a plain Item and replicate some functionality that control gives us for free.

Merge request reports