diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index b926aab98..2086102b4 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -364,6 +364,9 @@ var BaseAppView = GObject.registerClass({ } this._scrollView.update_fade_effect(fadeMargin); + const effect = this._scrollView.get_effect('fade'); + if (effect) + effect.extend_fade_area = true; } _updateFade() {