Merge pull request #607 from kizu/fix-overflow

Fix overflow for the columns wrapper
This commit is contained in:
Chee Aun 2024-08-01 09:56:05 +08:00 committed by GitHub
commit 9806d8ae9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2419,7 +2419,7 @@ ul.link-list li a .icon {
display: flex; display: flex;
width: 100vw; width: 100vw;
overflow-y: hidden; overflow-y: hidden;
overflow-x: scroll; overflow-x: auto;
scroll-snap-type: x mandatory; scroll-snap-type: x mandatory;
scroll-behavior: smooth; scroll-behavior: smooth;
/* scrollbar-width: none; */ /* scrollbar-width: none; */