Skip to content
Merged
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
3 changes: 3 additions & 0 deletions knowledge-base/common-css-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ There are two ways to go around this:
</button>
````

## Notes

Some components/elements of components (such as Window and the Popup containers of all dropdowns) are not rendered in the place of declaration. Therefore, since they are not actually part of the parent, the above solution will not be applicable for them. You can try using the Class parameter for the components and the PopupClass parameter of the Popup containers to set the desired styling.