fix: transparent background on translate dropdown (#7189)

This commit is contained in:
Wang Jiyuan 2025-06-14 14:18:25 +08:00 committed by GitHub
parent 9138aecdf0
commit bd4333ab9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,7 +406,8 @@ const MessageMenubar: FC<Props> = (props) => {
menu={{
style: {
maxHeight: 250,
overflowY: 'auto'
overflowY: 'auto',
backgroundClip: 'border-box'
},
items: [
...TranslateLanguageOptions.map((item) => ({