Skip to content

Commit

Permalink
Fixes scrollbar on site banner
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Nov 18, 2019
1 parent cd6e4e8 commit 33374a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const getBgStyle = (monthly?: boolean) => {
}

export const StyledWrapper = styled<StyleProps, 'div'>('div')`
overflow-y: scroll;
overflow-y: auto;
height: auto;
padding: 0px;
font-family: Poppins, sans-serif;
Expand Down

0 comments on commit 33374a3

Please sign in to comment.