Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,3 +574,7 @@ in your application, you must load the theme styles within each shadow root that
contains an Angular Material component. You can accomplish this by manually
loading the CSS in each shadow root, or by using
[Constructable Stylesheets](https://web.dev/articles/constructable-stylesheets).

Loading the theme styles in a shadow root does not move Angular Material's component styles or
overlay containers into that root. Components that render overlays, such as dialogs and menus,
may therefore need additional styling and overlay configuration when used inside Shadow DOM.