Skip to content

Commit

Permalink
fix: Fix horizontal overflow for dialogs (#6830)
Browse files Browse the repository at this point in the history
fix: horizental overflow for dialogs
  • Loading branch information
mutdmour committed Aug 2, 2023
1 parent 50b00e2 commit 41d8a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/design-system/src/css/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
display: flex;
flex-direction: column;
align-items: inherit;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
}

@include mixins.b(overlay-message-box) {
Expand Down

0 comments on commit 41d8a18

Please sign in to comment.