mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 08:23:52 +01:00
Add carousel right cutoff by default
Prevents it from fading in when the page loads
This commit is contained in:
parent
48d4d4e966
commit
7e05f8a5eb
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user