Skip to content

Commit 97050c6

Browse files
Remove old CSS that makes docs header stack on top of HaaS on mobile (#4681)
Co-authored-by: Paul Römer <paul@vaadin.com>
1 parent 275d1cf commit 97050c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dspublisher/theme/global.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ dspublisher-header #haas-container {
118118
margin-bottom: 0;
119119
}
120120

121-
/* Keep Haas elements below docs search */
122-
@media (max-width: 1024px) {
123-
body:not(.haas-open) dspublisher-header {
124-
position: relative;
125-
z-index: 1;
126-
}
127-
}
128121

129122
[class*='docsHeader-'] {
130123
box-shadow: inset 0 -1px 0 0 var(--docs-divider-color-1), 0 -1px 0 0 var(--docs-divider-color-1);

0 commit comments

Comments
 (0)