Nextcloud 30, scrollbar too big

Hello!

Nextcloud version (eg, 29.0.5): 30.0.1
Operating system and version (eg, Ubuntu 24.04): ubuntu 22.04
Apache or nginx version (eg, Apache 2.4.25): apache 2.4.52
PHP version (eg, 8.3): 8.3.12
Chrome version: 130.0.6723.59

After installing Nextcloud 30, the appearance of the scrollbars has changed. Now they are too big and not beautiful. Is there any way to change this?

nextcloud_occ app:list

Enabled:
  - activity: 3.0.0
  - admin_audit: 1.20.0
  - announcementcenter: 7.0.1
  - app_api: 4.0.0
  - bruteforcesettings: 3.0.0
  - calendar: 5.0.1
  - circles: 30.0.0-dev
  - cloud_federation_api: 1.13.0
  - collectives: 2.14.4
  - comments: 1.20.1
  - contacts: 6.1.0
  - dashboard: 7.10.0
  - dav: 1.31.1
  - deck: 1.14.1
  - federatedfilesharing: 1.20.0
  - files: 2.2.0
  - files_antivirus: 5.6.0
  - files_automatedtagging: 1.20.0
  - files_downloadlimit: 3.0.0
  - files_external: 1.22.0
  - files_linkeditor: 1.1.21
  - files_reminders: 1.3.0
  - files_retention: 1.19.0
  - files_sharing: 1.22.0
  - files_trashbin: 1.20.1
  - files_versions: 1.23.0
  - forms: 4.3.1
  - groupfolders: 18.0.3
  - impersonate: 1.17.0
  - logreader: 3.0.0
  - lookup_server_connector: 1.18.0
  - mail: 4.0.2
  - notes: 4.11.0
  - notifications: 3.0.0
  - notify_push: 0.7.0
  - oauth2: 1.18.1
  - onlyoffice: 9.4.0
  - password_policy: 2.0.0
  - provisioning_api: 1.20.0
  - sendent: 3.0.14
  - serverinfo: 2.0.0
  - settings: 1.13.0
  - sharebymail: 1.20.0
  - socialsharing_email: 3.2.0
  - spreed: 20.0.1
  - systemtags: 1.20.0
  - text: 4.1.0
  - theming: 2.5.0
  - theming_customcss: 1.17.0
  - twofactor_backupcodes: 1.19.0
  - twofactor_totp: 12.0.0-dev
  - unroundedcorners: 1.1.4
  - updatenotification: 1.20.0
  - user_ldap: 1.21.0
  - user_status: 1.10.0
  - viewer: 3.0.0
  - weather_status: 1.10.0
  - webhook_listeners: 1.1.0-dev
  - workflowengine: 2.12.0
Disabled:
  - contactsinteraction: 1.11.0 (installed 1.9.0)
  - encryption: 2.18.0
  - federation: 1.20.0 (installed 1.18.0)
  - files_pdfviewer: 3.0.0 (installed 2.10.0)
  - firstrunwizard: 3.0.0 (installed 2.17.0)
  - nextcloud_announcements: 2.0.0 (installed 1.17.0)
  - photos: 3.0.2 (installed 2.5.0)
  - privacy: 2.0.0 (installed 1.12.0)
  - recommendations: 3.0.0 (installed 2.0.0)
  - related_resources: 1.5.0 (installed 1.3.0)
  - sharelisting: 1.2.0 (installed 1.2.0)
  - side_menu: 3.13.1 (installed 3.13.1)
  - support: 2.0.0 (installed 1.11.0)
  - survey_client: 2.0.0 (installed 1.16.0)
  - suspicious_login: 8.0.0
  - twofactor_nextcloud_notification: 4.0.0

Managed to change the scrollbar appearance in Custom CSS:

*, html * 
{
  scrollbar-width: thin;
  scrollbar-color: #DBDBDB transparent;
}

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.