mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 20:07:17 -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++) {
|
for (let i = 0; i < carouselElements.length; i++) {
|
||||||
const carousel = carouselElements[i];
|
const carousel = carouselElements[i];
|
||||||
|
carousel.classList.add("show-right-cutoff");
|
||||||
const itemsContainer = carousel.getElementsByClassName("carousel-items-container")[0];
|
const itemsContainer = carousel.getElementsByClassName("carousel-items-container")[0];
|
||||||
|
|
||||||
const determineSideCutoffs = () => {
|
const determineSideCutoffs = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user