Skip to content

Commit 2657eb7

Browse files
NakataCodeilhan007
authored andcommitted
fix(ui5-dynamic-page): correct z-index for dynamic page header (#10425)
Corrected the z-index of .ui5-dynamic-page-title-header-wrapper to ensure it does not overlap the busy indicator. Fixes: #10399
1 parent e3d36ce commit 2657eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/DynamicPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: sticky;
33
top: 0;
44
/* We need the z-index to be higher than in the header actions, to avoid overlapping by snap on scroll */
5-
z-index: 110;
5+
z-index: 98;
66
}
77

88
:host {

0 commit comments

Comments
 (0)