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

Commit 5af1070

Browse files
committed
style(mobile): make tabber scrollable
1 parent 16eb658 commit 5af1070

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

containers/Banner/styles/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const BaseTabber = styled.div`
3131
bottom: -16px;
3232
width: 80vw;
3333
${cs.media.mobile`width: 100%`};
34+
overflow-y: scroll;
3435
`
3536

3637
export const NumbersWrapper = styled.div`

containers/CommunityBanner/styles/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const BaseTabber = styled.div`
2222
bottom: -16px;
2323
margin-left: -10px;
2424
width: 80vw;
25+
overflow-y: scroll;
2526
${cs.media.tablet`
2627
left: 10px;
2728
width: 100%;

0 commit comments

Comments
 (0)