Skip to content

Commit 34bbbfb

Browse files
kb-common-css-isolation: added note why it is not applicable for window component (#237)
* chore(kb-common-css-isolation): added note why it is not applicable for window component * chore(kb): improve structure Co-authored-by: Nadezhda Tacheva <ntacheva@progress.com> Co-authored-by: Marin Bratanov <marin-bratanov@users.noreply.github.com>
1 parent b0de8ad commit 34bbbfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

knowledge-base/common-css-isolation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ There are two ways to go around this:
107107
</button>
108108
````
109109

110+
## Notes
111+
112+
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.

0 commit comments

Comments
 (0)