From 78bcdd1b6bbde513ecd995d5f6e4c0d87b1eb92e Mon Sep 17 00:00:00 2001 From: Mika Specht <mikspecht@yahoo.de> Date: Wed, 22 May 2024 15:29:40 +0200 Subject: [PATCH] Disabled y-scroll in slideshow --- reference/style.css | 1 + static/public/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/reference/style.css b/reference/style.css index 92c5ebb..7390fd1 100644 --- a/reference/style.css +++ b/reference/style.css @@ -21,6 +21,7 @@ body { .slideshow-container { display: flex; overflow-x: scroll; + overflow-y: clip; } /* Hide the images by default */ diff --git a/static/public/style.css b/static/public/style.css index 92c5ebb..7390fd1 100644 --- a/static/public/style.css +++ b/static/public/style.css @@ -21,6 +21,7 @@ body { .slideshow-container { display: flex; overflow-x: scroll; + overflow-y: clip; } /* Hide the images by default */ -- GitLab