Skip to content

Commit

Permalink
fix(core): add bigger z-index to show Dynamic page box-shadow (#12560)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Oct 17, 2024
1 parent dc49c45 commit 7179a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/core/dynamic-page/dynamic-page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@
position: relative;
box-shadow: var(--sapContent_HeaderShadow);
}

.fd-dynamic-page__header {
z-index: 15;
}

0 comments on commit 7179a09

Please sign in to comment.