mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
Fix horizontal scrollbar on who to follow carousel in web UI (#31912)
This commit is contained in:
parent
c0eda832f3
commit
efb0e2c34b
|
@ -10234,6 +10234,7 @@ noscript {
|
|||
scroll-padding: 16px;
|
||||
scroll-behavior: smooth;
|
||||
overflow-x: scroll;
|
||||
scrollbar-width: none;
|
||||
|
||||
&__card {
|
||||
background: var(--background-color);
|
||||
|
|
Loading…
Reference in a new issue