Skip to content

Commit dff6282

Browse files
committed
fix(ObjectPage): increase header z-index
partial cherry-pick of #6116
1 parent 4984a94 commit dff6282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/main/src/components/ObjectPage/ObjectPage.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
background-color: var(--sapObjectHeader_Background);
4040
position: sticky;
4141
inset-block-start: 0;
42-
z-index: 2;
42+
z-index: 4;
4343
cursor: pointer;
4444
display: grid;
4545

@@ -94,12 +94,12 @@
9494

9595
.anchorBar {
9696
position: sticky;
97-
z-index: 2;
97+
z-index: 4;
9898
}
9999

100100
.tabContainer {
101101
position: sticky;
102-
z-index: 1;
102+
z-index: 3;
103103
}
104104

105105
.tabContainerComponent {

0 commit comments

Comments
 (0)