mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
fix: transparent background on translate dropdown (#7189)
This commit is contained in:
parent
e1f9a5d66d
commit
9b6fe25bc1
@ -406,7 +406,8 @@ const MessageMenubar: FC<Props> = (props) => {
|
||||
menu={{
|
||||
style: {
|
||||
maxHeight: 250,
|
||||
overflowY: 'auto'
|
||||
overflowY: 'auto',
|
||||
backgroundClip: 'border-box'
|
||||
},
|
||||
items: [
|
||||
...TranslateLanguageOptions.map((item) => ({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user