Skip to content

Commit

Permalink
Fix overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wizage authored Nov 29, 2021
1 parent d48da2b commit fe79397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CarouselView/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
position: relative;
padding: 20px 50px;
height: 300px;
overflow-x: hidden;
}

.carouselTitle {
Expand Down

0 comments on commit fe79397

Please sign in to comment.