Sometimes, the scroll snap is kinda annoying for fine pointers

This commit is contained in:
Lim Chee Aun 2023-03-29 21:24:00 +08:00
parent e9cf647849
commit c2ee8c55d3

View file

@ -661,8 +661,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
position: relative; position: relative;
} }
@media (hover: hover) or (pointer: fine) { @media (hover: hover) or (pointer: fine) {
.status-carousel ul > li { .status-carousel ul {
scroll-snap-stop: normal; scroll-snap-type: none;
} }
} }
.status-carousel .content-container .content:only-child { .status-carousel .content-container .content:only-child {