diff --git a/package.json b/package.json index c4d60147..c7194564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moviepilot", - "version": "2.5.7-1", + "version": "2.5.8", "private": true, "type": "module", "bin": "dist/service.js", diff --git a/src/layouts/components/UserNotification.vue b/src/layouts/components/UserNotification.vue index d5b8421f..08570333 100644 --- a/src/layouts/components/UserNotification.vue +++ b/src/layouts/components/UserNotification.vue @@ -124,5 +124,6 @@ onBeforeUnmount(() => { .notification-list-container { max-block-size: 50vh; overflow-y: auto; + scrollbar-width: thin; }