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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;