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:
Florian Müllner
2023-11-15 14:54:18 +01:00
committed by Marge Bot
parent a190a0830b
commit eb8861e9b8
10 changed files with 0 additions and 13 deletions

View File

@ -876,8 +876,6 @@ class ChatNotificationBanner extends MessageTray.NotificationBanner {
});
this._scrollArea = new St.ScrollView({
style_class: 'chat-scrollview vfade',
vscrollbar_policy: St.PolicyType.AUTOMATIC,
hscrollbar_policy: St.PolicyType.NEVER,
visible: this.expanded,
child: this._contentArea,
});