mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: transparent background on translate dropdown (#7189)
This commit is contained in:
parent
9138aecdf0
commit
bd4333ab9a
@ -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