mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Disable snapping for large screen too
This commit is contained in:
parent
4fce94e8e7
commit
2479955e79
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue