Disable snapping for large screen too

This commit is contained in:
Lim Chee Aun 2023-04-18 00:20:19 +08:00
parent 4fce94e8e7
commit 2479955e79

View file

@ -732,7 +732,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
counter-increment: index; counter-increment: index;
position: relative; position: relative;
} }
@media (hover: hover) or (pointer: fine) { @media (hover: hover) or (pointer: fine) or (min-width: 40em) {
.status-carousel ul { .status-carousel ul {
scroll-snap-type: none; scroll-snap-type: none;
} }