From bd7155163134330bc01337f2f9a538bb2df67248 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Thu, 13 Jun 2024 23:53:30 +0800 Subject: [PATCH] fix: remove useless scroll bar (#1035) * fix: remove useless scroll bar * update --- src/popup/RSSList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/RSSList.tsx b/src/popup/RSSList.tsx index b80e78f..7e2b7ba 100644 --- a/src/popup/RSSList.tsx +++ b/src/popup/RSSList.tsx @@ -9,7 +9,7 @@ function RSSList({ type, list }: { type: string; list: RSSData[] }) { return (

{chrome.i18n.getMessage(type)}

-