js: Rely on default scroll policy where appropriate
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3020>
This commit is contained in:

committed by
Marge Bot

parent
a190a0830b
commit
eb8861e9b8
@ -49,7 +49,6 @@ const NotificationsBox = GObject.registerClass({
|
||||
});
|
||||
|
||||
this._scrollView = new St.ScrollView({
|
||||
hscrollbar_policy: St.PolicyType.NEVER,
|
||||
child: this._notificationBox,
|
||||
});
|
||||
this.add_child(this._scrollView);
|
||||
|
Reference in New Issue
Block a user