Commit 6c04d0e
fix(modal): fixed a bug that disallowed users to set the position of a modal
The modal's position property is handled by the parent of the actual content box using flex, align
items, and justify content but was being blocked by the content box's proptery of margin: auto. This
fix deletes that margin: auto property so the parent can corrently handle the position of the modal
correctly.
Placement Attribute of the Modal Component doesn't work #7601 parent b472d85 commit 6c04d0e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| |||
0 commit comments