We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.1
Material
public Task MostraArticolo() { return ModalService.Show<DialogArticolo>(parameters => { parameters.Add(x => x.IdArticolo, IdArticolo); parameters.Add(x => x.OnSuccess, Aggiornare); }, new ModalInstanceOptions() { UseModalStructure = false, Size = ModalSize.ExtraLarge }); }
Open https://materialdemo.blazorise.com/tests/modals Click on 'ExtraLarge Modal'
Open new tab browser Open https://bootstrap5demo.blazorise.com/tests/modals Click on 'ExtraLarge Modal'
Note the differences in size
I expect smaller size than full screen
Actually the dimensions of FullScreee and ExtraLarge look the same. This does not happen, for example, using bootsrap.
No response
The text was updated successfully, but these errors were encountered:
Thanks
Sorry, something went wrong.
steal4life
No branches or pull requests
Blazorise Version
1.3.1
What Blazorise provider are you running on?
Material
Link to minimal reproduction, or a simple code snippet
Steps to reproduce
Open https://materialdemo.blazorise.com/tests/modals
Click on 'ExtraLarge Modal'
Open new tab browser
Open https://bootstrap5demo.blazorise.com/tests/modals
Click on 'ExtraLarge Modal'
Note the differences in size
What is expected?
I expect smaller size than full screen
What is actually happening?
Actually the dimensions of FullScreee and ExtraLarge look the same. This does not happen, for example, using bootsrap.
What browsers are you seeing the problem on?
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: