Skip to content

Commit

Permalink
fix: horizontal nav tabs scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
DomeT99 committed Mar 22, 2023
1 parent a0c22d9 commit 593d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background-color: $white;
border-bottom-color: $color-border-subtle;
display: flex;
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
flex-wrap: nowrap;
Expand Down

0 comments on commit 593d130

Please sign in to comment.