From 82835c56bf381b82e89df1f61ac308ca5199454b 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: Wed, 3 Sep 2025 01:39:45 +0800 Subject: [PATCH] Update TabContainer.tsx --- src/renderer/src/components/Tab/TabContainer.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/renderer/src/components/Tab/TabContainer.tsx b/src/renderer/src/components/Tab/TabContainer.tsx index 5ec479cafd..271bd8fcdc 100644 --- a/src/renderer/src/components/Tab/TabContainer.tsx +++ b/src/renderer/src/components/Tab/TabContainer.tsx @@ -290,6 +290,13 @@ const TabsWrapper = styled.div<{ $tabCount: number }>` overflow-y: hidden; min-width: 0; margin-right: 10px; + -webkit-app-region: drag; + + > * { + position: relative; + z-index: 1; + -webkit-app-region: no-drag; + } &::-webkit-scrollbar { height: 0;