From 61805d13ab52f0b1ffed8955f8f1d01621b1a04c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 23 Jun 2025 11:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E9=80=9A=E7=9F=A5=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BB=86=20scrollbar=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BB=A5=E6=94=B9=E5=96=84=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/layouts/components/UserNotification.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; }