From 02f0c15a8c34c9fadfe1496e7025b787d4326cdc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 4 Jul 2022 13:54:57 -0500 Subject: [PATCH] Modal: remove overflow-hidden --- app/soapbox/components/ui/modal/modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/ui/modal/modal.tsx b/app/soapbox/components/ui/modal/modal.tsx index 3987d6afe..10f0976ec 100644 --- a/app/soapbox/components/ui/modal/modal.tsx +++ b/app/soapbox/components/ui/modal/modal.tsx @@ -83,7 +83,7 @@ const Modal: React.FC = ({ }, [skipFocus, buttonRef]); return ( -
+
{title && (