From d6e4998d871c5d10a95e7d910cbb9a6105766a9a Mon Sep 17 00:00:00 2001 From: yanweidong Date: Fri, 24 Jul 2026 10:41:51 +0800 Subject: [PATCH] fix(explore): stabilize article list hover --- apps/web_v1/src/App.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/apps/web_v1/src/App.css b/apps/web_v1/src/App.css index a050f7e..d71b236 100644 --- a/apps/web_v1/src/App.css +++ b/apps/web_v1/src/App.css @@ -814,6 +814,7 @@ display: grid; grid-template-columns: minmax(320px, 34%) minmax(520px, 1fr); gap: 12px; + margin-top: 12px; } .explore-article-list.queue-section .arco-card-body, @@ -839,20 +840,13 @@ .explore-list-body { max-height: calc(100vh - 252px); overflow: auto; - scrollbar-width: none; -} - -.explore-list-body:hover { scrollbar-width: thin; + scrollbar-gutter: stable; } .explore-list-body::-webkit-scrollbar { - width: 0; - height: 0; -} - -.explore-list-body:hover::-webkit-scrollbar { width: 8px; + height: 8px; } .explore-article-item {