diff --git a/src/components/ui/Menu.scss b/src/components/ui/Menu.scss index 7850219a9..e7e316743 100644 --- a/src/components/ui/Menu.scss +++ b/src/components/ui/Menu.scss @@ -89,5 +89,9 @@ .footer { background: none; } + + &.no-blur .bubble { + background: var(--color-background); + } } } diff --git a/src/components/ui/Menu.tsx b/src/components/ui/Menu.tsx index 0712db95a..b797606ee 100644 --- a/src/components/ui/Menu.tsx +++ b/src/components/ui/Menu.tsx @@ -10,7 +10,7 @@ import buildClassName from '../../util/buildClassName'; import { dispatchHeavyAnimationEvent } from '../../hooks/useHeavyAnimationCheck'; import useHistoryBack from '../../hooks/useHistoryBack'; import { preventMessageInputBlurWithBubbling } from '../middle/helpers/preventMessageInputBlur'; -import { IS_COMPACT_MENU } from '../../util/environment'; +import { IS_BACKDROP_BLUR_SUPPORTED, IS_COMPACT_MENU } from '../../util/environment'; import './Menu.scss'; @@ -113,7 +113,12 @@ const Menu: FC = ({ return (