mirror of
https://github.com/Xevion/glance.git
synced 2025-12-07 13:15:18 -06:00
Add carousel right cutoff by default
Prevents it from fading in when the page loads
This commit is contained in:
@@ -35,6 +35,7 @@ function setupCarousels() {
|
||||
|
||||
for (let i = 0; i < carouselElements.length; i++) {
|
||||
const carousel = carouselElements[i];
|
||||
carousel.classList.add("show-right-cutoff");
|
||||
const itemsContainer = carousel.getElementsByClassName("carousel-items-container")[0];
|
||||
|
||||
const determineSideCutoffs = () => {
|
||||
|
||||
Reference in New Issue
Block a user