Skip to content

Commit 439d79c

Browse files
committed
Fix Carousel scroll on touch devices
1 parent b6ee0f1 commit 439d79c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Radzen.Blazor/themes/components/blazor/_carousel.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $rz-carousel-border-radius: var(--rz-card-border-radius) !default;
6969
scroll-snap-type: x mandatory;
7070
border-radius: var(--rz-carousel-border-radius);
7171
scrollbar-width: none;
72-
touch-action: none;
72+
touch-action: pan-y;
7373
-ms-overflow-style: none;
7474

7575
&::-webkit-scrollbar {

RadzenBlazorDemos/wwwroot/css/fluent-base.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RadzenBlazorDemos/wwwroot/css/fluent-dark-base.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RadzenBlazorDemos/wwwroot/css/material3-base.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RadzenBlazorDemos/wwwroot/css/material3-dark-base.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)