Disable snapping for large screen too

pull/97/head
Lim Chee Aun 2023-04-18 00:20:19 +08:00
rodzic 4fce94e8e7
commit 2479955e79
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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