Skip to content

Commit c91c811

Browse files
authored
fix(ui5-busyindicator): change z-index not to overlap popover or dialog (#624)
ui5-popover and ui5-dialog start from z-index 100 FIXES: #610
1 parent 5a0b7ad commit c91c811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/BusyIndicator.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ui5-busyindicator:not([hidden])[active] {
7676

7777
.ui5-busyindicator-dynamic-content {
7878
position: absolute;
79-
z-index: 999;
79+
z-index: 99;
8080
width: 100%;
8181
height: 100%;
8282
display: flex;

0 commit comments

Comments
 (0)