Skip to content

Commit

Permalink
Merge pull request #607 from kizu/fix-overflow
Browse files Browse the repository at this point in the history
Fix overflow for the columns wrapper
  • Loading branch information
cheeaun authored Aug 1, 2024
2 parents 5be30e0 + 522a324 commit 9806d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ ul.link-list li a .icon {
display: flex;
width: 100vw;
overflow-y: hidden;
overflow-x: scroll;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
/* scrollbar-width: none; */
Expand Down

0 comments on commit 9806d8a

Please sign in to comment.