Skip to content

Commit 85f66b4

Browse files
authored
fix(ObjectPage): prevent section titles from overflowing header content (#8370)
Fixes #8369
1 parent f624fff commit 85f66b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
.content {
126126
flex-grow: 1;
127127
position: relative;
128+
z-index: 0;
128129
}
129130

130131
@container (max-width: 599px) {

0 commit comments

Comments
 (0)