mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-12 17:09:37 +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;
|
min-width: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|
||||||
|
-webkit-app-region: drag;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const TabsScroll = styled(Scrollbar)`
|
const TabsScroll = styled(Scrollbar)`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user