Skip to content

Commit

Permalink
Fixes horizontal scrollbar issue in Firefox (#236)
Browse files Browse the repository at this point in the history
closes #235
  • Loading branch information
hichemfantar authored Jul 19, 2022
1 parent 9e608f3 commit d7b0b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layout/CommunitySection/CommunitySection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
0 20.5812px 20.5812px hsl(0, 0%, 0%, 6%),
0 41.1623px 41.1623px hsl(0, 0%, 0%, 7%),
0 96.0454px 89.1851px hsl(0, 0%, 0%, 9%);
overflow: hidden;

.rainbow-background {
position: absolute;
Expand Down Expand Up @@ -193,4 +194,4 @@
font-size: 3.2rem;
}
}
}
}

0 comments on commit d7b0b13

Please sign in to comment.