diff --git a/packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx b/packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx index c5d0a2462b4..b201b8515b2 100644 --- a/packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx +++ b/packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx @@ -87,7 +87,8 @@ function CategoryList({ !isOpen && handleOnClose?.()} style={{ + backgroundColor: 'rgba(0, 0, 0, 0.5)', position: 'fixed', inset: 0, zIndex: 3000, @@ -81,7 +82,7 @@ export const Modal = ({ alignItems: 'center', justifyContent: 'center', fontSize: 14, - backdropFilter: 'blur(1px) brightness(0.9)', + willChange: 'transform', ...style, }} {...props}