Update TabContainer.tsx

This commit is contained in:
自由的世界人 2025-09-03 01:39:45 +08:00
parent 1236933af1
commit 82835c56bf

View File

@ -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;