Merge pull request #607 from kizu/fix-overflow
Fix overflow for the columns wrapper
This commit is contained in:
commit
9806d8ae9d
|
@ -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; */
|
||||||
|
|
Loading…
Reference in a new issue