this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #607 from kizu/fix-overflow

Fix overflow for the columns wrapper

authored by

Chee Aun and committed by
GitHub
9806d8ae 5be30e0c

+1 -1
+1 -1
src/app.css
··· 2419 2419 display: flex; 2420 2420 width: 100vw; 2421 2421 overflow-y: hidden; 2422 - overflow-x: scroll; 2422 + overflow-x: auto; 2423 2423 scroll-snap-type: x mandatory; 2424 2424 scroll-behavior: smooth; 2425 2425 /* scrollbar-width: none; */