From 92c9e6881c9a6b064026a7d63d84004faffe950a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E7=94=B1=E7=9A=84=E4=B8=96=E7=95=8C=E4=BA=BA?= <3196812536@qq.com> Date: Thu, 31 Jul 2025 20:03:58 +0800 Subject: [PATCH] Update src/renderer/src/pages/home/Tabs/TopicsTab.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/renderer/src/pages/home/Tabs/TopicsTab.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/src/pages/home/Tabs/TopicsTab.tsx b/src/renderer/src/pages/home/Tabs/TopicsTab.tsx index c903bf561c..bb1ed48cf3 100644 --- a/src/renderer/src/pages/home/Tabs/TopicsTab.tsx +++ b/src/renderer/src/pages/home/Tabs/TopicsTab.tsx @@ -541,7 +541,6 @@ const TopicListItem = styled.div` display: flex; flex-direction: column; justify-content: space-between; - position: relative; cursor: pointer; width: calc(var(--assistants-width) - 20px);