Skip to content

Relayout the scrollbar when non interactive

Marco Martin requested to merge work/mart/properTouchMode into master

ScrollView makes the scrollbar non interactive on touch events, making it collapse (done upstream in the c++ part) here the layout was adjusted only in tablet mode, having a layout looking broken when an app is interacted with touch but not in tablet mode this makes it also look consistent with Kirigami ScrollView

before: Screenshot_20220517_113655

after: Screenshot_20220517_113535

Merge request reports