ufssd / ufssd-website

Source for https://ufssd.org
MIT License
2 stars 1 forks source link

Improve features of landing page carousel #36

Open Brian-Magnuson opened 7 months ago

Brian-Magnuson commented 7 months ago

The image carousel (added in #34) has some minor issues. Mainly:

image

Requirements

Brian-Magnuson commented 6 months ago

In #34, we found that adding pointer-events: auto; to the img within the carousel item allows the image to be accessed by right-clicking, and that adding the preventMovementUntilSwipeScrollTolerance prop to the Carousel allows better scrolling on Google Chrome.

However, I also noticed another issue: Due to the size of the carousel, a horizontal scroll bar appears on Google Chrome. Oddly, this did not appear in Firefox. Consider fixing this as well. image