mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 07:08:07 +01:00
[Glitch] Fix horizontal scrollbar on who to follow carousel in web UI
Port efb0e2c34b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
e25634ccef
commit
b6398cf2d3
1 changed files with 1 additions and 0 deletions
|
@ -10761,6 +10761,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