Fix horizontal scrollbar on who to follow carousel in web UI (#31912)

This commit is contained in:
Eugen Rochko 2024-09-16 14:08:37 +02:00 committed by GitHub
parent c0eda832f3
commit efb0e2c34b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10234,6 +10234,7 @@ noscript {
scroll-padding: 16px;
scroll-behavior: smooth;
overflow-x: scroll;
scrollbar-width: none;
&__card {
background: var(--background-color);