You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's how CSS isolation works in Blazor by default: it only applies to the elements directly inside the component, and not the ones in a nested component. To apply to all nested elements, you need to use the "deep" pseudo-element. So instead of this:
xperiandri
changed the title
CSS isolation attributes do not apply to components generated in code
[CSS isolation] attributes do not apply to components generated in code
Dec 2, 2023
If I do
and
then CSS isolation attributes are not applied to the form
The text was updated successfully, but these errors were encountered: