Skip to content

Commit cb6b8be

Browse files
docs(loadercontainer): Document z-index change in 6.0 (#2137)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent cf3c96b commit cb6b8be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

upgrade/rendering-changes/6-0-0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ position: 975
2222
* [FloatingLabel](#floatinglabel)
2323
* [Grid and TreeList](#grid-and-treelist)
2424
* [ListView](#listview)
25+
* [LoaderContainer](#loadercontainer)
2526
* [MultiColumnComboBox](#multicolumncombobox)
2627
* [Notification](#notification)
2728
* [NumericTextBox](#numerictextbox)
@@ -277,7 +278,8 @@ The ListView container (`div.k-listview`) no longer renders a `k-d-flex` CSS cla
277278

278279
## LoaderContainer
279280

280-
The `Text` container (`div.k-loader-container-label`) prepends a `!` to its `ThemeColor` CSS class. This means that the theme color is applied with an `!important` keyword, so you also need to use `!important` to [override]({%slug themes-override%}) it.
281+
* The `Text` container (`div.k-loader-container-label`) prepends a `!` to its `ThemeColor` CSS class. This means that the theme color is applied with an `!important` keyword, so you also need to use `!important` to [override]({%slug themes-override%}) it.
282+
* The `z-index` value of `div.k-loader-container` is `20001`, compared to `2001` in older versions. As a result, the LoaderContaier will show on top of popup Windows and Dialogs. If necessary, show the LoaderContainer after closing the popup.
281283

282284

283285
## MultiColumnComboBox

0 commit comments

Comments
 (0)