-
Hi, I'm using Dialog component in a Blazor wasm project. The default dialog is rendered in an unreadable way, as shown in below screenshot. |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Oct 3, 2022
Replies: 1 comment 1 reply
-
Hi,
Beware that the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
da-ms-22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Regarding the height and width, see #207. You can address margin through css as well with something like:
Beware that the
<FluentDialog>
needs to be in a<div>
or something like that for the::deep
to work.