CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
348 stars 60 forks source link

MudComboBox breaks the page layout #354

Closed Saracaen closed 1 month ago

Saracaen commented 2 months ago

Opening the MudComboBox breaks the page layout and removes any scrollbars, if present. You can see an example of this one the documentation page for the MudComboBox. Notice how opening any of the combo box components will remove the scrollbar on the right hand side.

https://codebeam-mudextensions.pages.dev/mudcombobox

mckaragoz commented 2 months ago

MudComboBox has LockScroll parameter to choose remove scrollbar or not. The default is true.

Saracaen commented 1 month ago

That fixes it indeed, thanks!