mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +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={{
|
menu={{
|
||||||
style: {
|
style: {
|
||||||
maxHeight: 250,
|
maxHeight: 250,
|
||||||
overflowY: 'auto'
|
overflowY: 'auto',
|
||||||
|
backgroundClip: 'border-box'
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
...TranslateLanguageOptions.map((item) => ({
|
...TranslateLanguageOptions.map((item) => ({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user