Skip to content

Commit 7375753

Browse files
authored
fix vendorStrip block on mobile (#19716)
1 parent 489d44d commit 7375753

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/sass/_base.sass

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,9 @@ section
578578
li
579579
display: inline-block
580580
height: 100%
581+
margin-right: 10px
582+
&:last-child
583+
margin-right: 0
581584

582585
a
583586
display: block
@@ -598,11 +601,11 @@ section
598601
#vendorStrip
599602
line-height: 44px
600603
max-width: 100%
601-
overflow-x: auto
602604
-webkit-overflow-scrolling: touch
603605

604606
ul
605607
float: none
608+
overflow-x: auto
606609

607610
#searchBox
608611
float: none

0 commit comments

Comments
 (0)