File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const Navbar = styled.nav.attrs({
41
41
background-color: ${ background } ;
42
42
margin: 0 0 ${ large } px 0;
43
43
44
- ${ fluid ? 'width: 100%; overflow-x: scroll ;' : null }
44
+ ${ fluid ? 'width: 100%; overflow-x: auto ;' : null }
45
45
46
46
${ mediumQuery `
47
47
overflow-x: auto;
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ exports[`<TabbedView /> Snapshot should match snapshot with fluid option 1`] =
378
378
background - color : transparent ;
379
379
margin : 0 0 24px 0 ;
380
380
width : 100 % ;
381
- overflow - x : scroll ;
381
+ overflow - x : auto ;
382
382
}
383
383
384
384
.c1 {
@@ -488,7 +488,7 @@ exports[`<TabbedView /> Snapshot should match snapshot with fluid option 2`] =
488
488
background - color : transparent ;
489
489
margin : 0 0 24px 0 ;
490
490
width : 100 % ;
491
- overflow - x : scroll ;
491
+ overflow - x : auto ;
492
492
}
493
493
494
494
.c1 {
@@ -611,7 +611,7 @@ exports[`<TabbedView /> Snapshot should match snapshot with fluid option 3`] =
611
611
background - color : transparent ;
612
612
margin : 0 0 24px 0 ;
613
613
width : 100 % ;
614
- overflow - x : scroll ;
614
+ overflow - x : auto ;
615
615
}
616
616
617
617
.c1 {
You can’t perform that action at this time.
0 commit comments