Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 158ab4a

Browse files
committed
fix(tabber): ugly scroll bar
1 parent a9d179f commit 158ab4a

File tree

1 file changed

+2
-1
lines changed
  • containers/CommunityBanner/styles

1 file changed

+2
-1
lines changed

containers/CommunityBanner/styles/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export const BaseTabber = styled.div`
2222
bottom: -16px;
2323
margin-left: -10px;
2424
width: 80vw;
25-
overflow-y: scroll;
25+
overflow-x: auto;
26+
overflow-y: hidden;
2627
${cs.media.tablet`
2728
left: 10px;
2829
width: 100%;

0 commit comments

Comments
 (0)