Skip to content

effects/overview: Prevent undesired dragging of desktops bar

Ismael Asensio requested to merge work/iasensio/overview-vds-flickable into master

Flickable by default allows swiping via click-and-drag or scrolling with the mousewheel, which is weird when the content is smaller than the available space.

Inhibit this behavior unless there's a need for scrolling.

CC: @ngraham, @abetts

Merge request reports