Skip to content

Commit

Permalink
chore: moderation modal on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Sep 2, 2024
1 parent 2cb5467 commit 123f799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ModerationFeedbackForm = ({
}, [hasSubmitted, closeModal]);

return (
<div className="m-18 flex max-w-[600px] flex-col gap-13 border-2 border-gray-900 bg-white p-18">
<div className="flex max-w-[600px] flex-col gap-13 overflow-y-scroll bg-white p-18 sm:m-18 sm:border-2 sm:border-gray-900">
<div className="flex justify-between">
<Icon icon="warning" size="md" />
<Button
Expand Down

0 comments on commit 123f799

Please sign in to comment.