2
0

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

View File

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