Skip to content

Commit 83fa9a4

Browse files
committed
minor #1716 [Site] fix: hide IconSearchBox on mobile when AppHeader is open (raphael-geffroy)
This PR was merged into the 2.x branch. Discussion ---------- [Site] fix: hide IconSearchBox on mobile when AppHeader is open | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #... | License | MIT (Issue 1711 - 3) When the AppHeader in the icon page on mobile the IconSearchBox is undesirably visible. This PR aims to hide it. Commits ------- c7d5d48 fix: hide IconSearchBox on mobile when AppHeader is open
2 parents 5039e6f + c7d5d48 commit 83fa9a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
}
88

9+
.AppHeader.open + main .IconSearchBox {
10+
position: unset;
11+
}
12+
913
.IconSearchBox {
1014
position: sticky;
1115
top: 0;

0 commit comments

Comments
 (0)