为通知列表添加细 scrollbar 样式以改善用户体验

This commit is contained in:
jxxghp
2025-06-23 11:23:57 +08:00
parent e47d8d5d2b
commit 61805d13ab
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "2.5.7-1", "version": "2.5.8",
"private": true, "private": true,
"type": "module", "type": "module",
"bin": "dist/service.js", "bin": "dist/service.js",
@@ -124,5 +124,6 @@ onBeforeUnmount(() => {
.notification-list-container { .notification-list-container {
max-block-size: 50vh; max-block-size: 50vh;
overflow-y: auto; overflow-y: auto;
scrollbar-width: thin;
} }
</style> </style>