Skip to content

Commit

Permalink
fix(ObjectPage): increase header z-index (#6117)
Browse files Browse the repository at this point in the history
partial cherry-pick of #6116
  • Loading branch information
MarcusNotheis committed Jul 26, 2024
1 parent f4c4ebb commit e9aeb63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/main/src/components/ObjectPage/ObjectPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
background-color: var(--sapObjectHeader_Background);
position: sticky;
inset-block-start: 0;
z-index: 2;
z-index: 4;
cursor: pointer;
display: grid;

Expand Down Expand Up @@ -94,12 +94,12 @@

.anchorBar {
position: sticky;
z-index: 2;
z-index: 4;
}

.tabContainer {
position: sticky;
z-index: 1;
z-index: 3;
}

.tabContainerComponent {
Expand Down

0 comments on commit e9aeb63

Please sign in to comment.