Skip to content

Commit

Permalink
fix(ui5-dynamic-page): correct z-index for dynamic page header (#10425)
Browse files Browse the repository at this point in the history
Corrected the z-index of .ui5-dynamic-page-title-header-wrapper to ensure it does not overlap the busy indicator.

Fixes: #10399
  • Loading branch information
NakataCode authored Dec 20, 2024
1 parent 55c9e4d commit 5af40ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/themes/DynamicPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: sticky;
top: 0;
/* We need the z-index to be higher than in the header actions, to avoid overlapping by snap on scroll */
z-index: 110;
z-index: 98;
}

:host {
Expand Down

0 comments on commit 5af40ae

Please sign in to comment.