We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25eaf8a commit 75611a5Copy full SHA for 75611a5
1 file changed
scss/_dialog.scss
@@ -73,7 +73,7 @@ $dialog-sizes: defaults(
73
display: flex;
74
flex-direction: column;
75
width: var(--dialog-width);
76
- max-width: 100%;
+ max-width: calc(100% - var(--dialog-margin) * 2);
77
max-height: calc(100% - var(--dialog-margin) * 2);
78
padding: 0;
79
margin: auto;
0 commit comments