Skip to content

Commit 1026f57

Browse files
some css fixes
1 parent c0cd3eb commit 1026f57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BlazorDialog/wwwroot/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
}
116116

117117
.blazor-dialog-content-wrapper-windowed{
118-
max-height:100%;
118+
max-height:90%;
119119
overflow: auto;
120120
}
121121

122122
@media (min-width: 576px) {
123123
.blazor-dialog-content-wrapper-normal {
124124
max-width: 500px;
125-
margin: 2.75rem auto;
125+
/*margin: 2.75rem auto;*/
126126
}
127127
}
128128

TestApps/BlazorDialog.TestAppsCommon/IndexCommon.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<option value="@DialogAnimation.Zoom">@DialogAnimation.Zoom</option>
2323
<option value="@DialogAnimation.FadeIn">@DialogAnimation.FadeIn</option>
2424
</select>
25-
<Dialog Id="simple-large-dialog" Size="size" Centered="isCentered" Animation="animation">
25+
<Dialog Id="simple-large-dialog" Size="size" Centered="isCentered" Animation="animation" CssClass="custom-class">
2626
<DialogInputProvider TInput="string">
2727
<DialogHeader ShowClose="true">
2828
<h4>@context.Input</h4>

0 commit comments

Comments
 (0)