mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-12 08:59:02 +08:00
Update TabContainer.tsx
This commit is contained in:
parent
1236933af1
commit
82835c56bf
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user