diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfd256cf..df489f6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Compatibility: rudimentary support for Takahē. +- UI: added backdrop blur behind modals. ### Changed - Posts: letterbox images to 19:6 again. diff --git a/app/soapbox/components/modal-root.tsx b/app/soapbox/components/modal-root.tsx index a43d2d638..37fc058b6 100644 --- a/app/soapbox/components/modal-root.tsx +++ b/app/soapbox/components/modal-root.tsx @@ -241,7 +241,7 @@ const ModalRoot: React.FC = ({ children, onCancel, onClose, type })