Skip to content

Commit 7c25f77

Browse files
authored
fix(ObjectPage): contain stacking context within the page (#7756)
1 parent fbf1dc2 commit 7c25f77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
--_ui5wcr_ObjectPage_title_fontsize: var(--sapObjectHeader_Title_FontSize);
55

66
box-sizing: border-box;
7+
position: relative;
8+
/* Contain stacking context within the page */
9+
z-index: 0;
710
display: flex;
811
flex-direction: column;
912
width: 100%;
1013
height: 100%;
1114
max-height: 100vh;
12-
position: relative;
1315
white-space: normal;
1416
font-family: var(--sapFontFamily);
1517
background-color: var(--sapBackgroundColor);

0 commit comments

Comments
 (0)