Skip to content

Commit

Permalink
fix: add overflow-scroll to edit rules modal
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed Jul 14, 2024
1 parent 9a41652 commit c51bd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/edit/edit-rules-alert.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const EditRulesAlert = () => {
onClick={() =>
openModal({
content: (
<MDViewer className="px-6 py-4 md:overflow-hidden md:p-0">
<MDViewer className="overflow-scroll px-6 py-4 md:overflow-hidden md:p-0">
{rules}
</MDViewer>
),
Expand Down

0 comments on commit c51bd51

Please sign in to comment.