Oscar Andersson
Oscar Andersson
> No news ? > > I tried : > > ``` > > mdc-dialog .mdc-dialog__surface { > width: 500px; > } > > ``` > > But it doesn't...
I choose a different solution until this is fixed. Edit `Client\wwwroot\css\app.css` and add the following: ``` body.mdc-dialog-scroll-lock { overflow: inherit; } ``` If the page is scrollable you will see...
@crAZiAc For me MatBlazor adds `class="mdc-dialog-scroll-lock"` to html `body` but `overflow: hidden;` is overridden by my CSS given that `matBlazor.css` looks like this: ``` .mdc-dialog-scroll-lock { overflow: hidden; } ```...
Still present, does not work to toggle either
@Eilon Perfect! Yes the `ModalContainer` is a nice experiment but it needs some work. :) When I placed the delete button in `TodoEntry.razor` and accessed details for an item and...
@Eilon any update on this? Published an app to App Store to test the entire flow but I have not been able to fix this bug. Only thing that does...
@Eilon Exactly the same, I wrote it. :)
@EisenbergEffect Will there be any work on a general picker or PeoplePicker from Fluent UI React? https://developer.microsoft.com/en-us/fluentui#/controls/web/pickers https://developer.microsoft.com/en-us/fluentui#/controls/web/peoplepicker Combobox is good but it would be nice with more alternatives. https://docs.microsoft.com/en-us/fluent-ui/web-components/components/combobox...
@EisenbergEffect @robarbms any update on this?
@Redth Any update on this? :)