Skip to content

Commit 2a8f02d

Browse files
fix: AppHeader top spacing on mobile
1 parent 722ac82 commit 2a8f02d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ux.symfony.com/assets/styles/components/_Banner.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
position: relative;
1010
}
1111

12+
.Banner:has(+ .App .AppHeader.open) {
13+
display: none;
14+
}
15+
1216
.BannerInner {
1317
display: flex;
1418
flex-direction: column;

0 commit comments

Comments
 (0)