Fix overflow for the columns wrapper

This commit is contained in:
Roman Komarov 2024-07-31 13:59:35 +02:00 committed by GitHub
parent 5be30e0c80
commit 522a324b0d
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;
width: 100vw;
overflow-y: hidden;
overflow-x: scroll;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
/* scrollbar-width: none; */