We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf1dc2 commit 7c25f77Copy full SHA for 7c25f77
packages/main/src/components/ObjectPage/ObjectPage.module.css
@@ -4,12 +4,14 @@
4
--_ui5wcr_ObjectPage_title_fontsize: var(--sapObjectHeader_Title_FontSize);
5
6
box-sizing: border-box;
7
+ position: relative;
8
+ /* Contain stacking context within the page */
9
+ z-index: 0;
10
display: flex;
11
flex-direction: column;
12
width: 100%;
13
height: 100%;
14
max-height: 100vh;
- position: relative;
15
white-space: normal;
16
font-family: var(--sapFontFamily);
17
background-color: var(--sapBackgroundColor);
0 commit comments