File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1414 margin-bottom : 10px ;
1515}
1616
17-
17+ /* Override _forms.scss (was #search) */
1818#search-desktop ,
1919#search-mobile {
2020 padding-right : 0px ;
4747
4848
4949
50- /* Mobile and below: show mobile search bar only */
50+ /* Mobile and below: show mobile search bar only (unchanged behaviour) */
5151@media #{$bp-below-tablet } {
5252 .search-bar-desktop { display : none ; }
5353 .search-bar-mobile { display : flex ; position : static ; }
5454}
5555
56- /* Desktop and up: show desktop search bar */
56+ /* Desktop and up: show desktop search bar; sticky below header */
5757@media #{$bp-desktop-up } {
5858 .search-bar-mobile { display : none ; }
5959 .search-bar-desktop {
6262 top : 61px ;
6363 z-index : 90 ;
6464 }
65- .search-bar-mobile {
66- display : none ;
67- }
6865}
You can’t perform that action at this time.
0 commit comments