2
0

Fix pinned carousel scroll on mobile (#34858)

This commit is contained in:
Echo
2025-05-30 11:08:09 +02:00
committed by GitHub
parent 71a4a92dda
commit 9860046b04

View File

@@ -11044,7 +11044,7 @@ noscript {
overflow: hidden;
flex-shrink: 0;
border-bottom: 1px solid var(--background-border-color);
touch-action: pan-x;
touch-action: pan-y;
&__slides {
display: flex;