mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Fix overflow for the columns wrapper
This commit is contained in:
parent
5be30e0c80
commit
522a324b0d
1 changed files with 1 additions and 1 deletions
|
@ -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; */
|
||||
|
|
Loading…
Reference in a new issue