From 0159273e80df8211c0124a1f73572df30f0adad4 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Tue, 29 Oct 2024 10:17:06 +0100 Subject: [PATCH] Fix scrolling of visitors. --- src/pages/eventsAndVisitorsPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/eventsAndVisitorsPage.js b/src/pages/eventsAndVisitorsPage.js index cf52cdd..4422921 100644 --- a/src/pages/eventsAndVisitorsPage.js +++ b/src/pages/eventsAndVisitorsPage.js @@ -52,7 +52,7 @@ export class EventsAndVisitorsPage { // remember the current content to avoid double rendering this.news_html_last = this.news_html const width = this.news_div.offsetWidth - $(".hmove").css("animation-duration", `${width/6}s`) + $(".hmove").css("animation-duration", `${width/2}s`) } }