Skip to content
Snippets Groups Projects
Commit 78bcdd1b authored by Mika Specht's avatar Mika Specht
Browse files

Disabled y-scroll in slideshow

parent 45aa1716
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ body { ...@@ -21,6 +21,7 @@ body {
.slideshow-container { .slideshow-container {
display: flex; display: flex;
overflow-x: scroll; overflow-x: scroll;
overflow-y: clip;
} }
/* Hide the images by default */ /* Hide the images by default */
......
...@@ -21,6 +21,7 @@ body { ...@@ -21,6 +21,7 @@ body {
.slideshow-container { .slideshow-container {
display: flex; display: flex;
overflow-x: scroll; overflow-x: scroll;
overflow-y: clip;
} }
/* Hide the images by default */ /* Hide the images by default */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment