mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
Fix pinned carousel scroll on mobile (#34858)
This commit is contained in:
parent
71a4a92dda
commit
9860046b04
|
@ -11044,7 +11044,7 @@ noscript {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
border-bottom: 1px solid var(--background-border-color);
|
border-bottom: 1px solid var(--background-border-color);
|
||||||
touch-action: pan-x;
|
touch-action: pan-y;
|
||||||
|
|
||||||
&__slides {
|
&__slides {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user