Skip to content

st/scroll-view-fade: Don't assume fade area at (0,0)

Florian Müllner requested to merge fmuellner/gnome-shell:fix-fade into master

The shader code currently only accounts for padding for the bottom and right fades, but not for top and left.

As a result, we only fade the right edge when swiping through app picker pages, whoops.

Merge request reports