mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-12 08:59:02 +08:00
fix: app region drag
This commit is contained in:
parent
c6687fb56c
commit
eb7a3a1469
@ -248,6 +248,12 @@ const TabsArea = styled.div`
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
gap: 6px;
|
||||
|
||||
-webkit-app-region: drag;
|
||||
|
||||
> * {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
`
|
||||
|
||||
const TabsScroll = styled(Scrollbar)`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user