File tree Expand file tree Collapse file tree
TestApps/BlazorDialog.TestAppsCommon Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments