mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Sometimes, the scroll snap is kinda annoying for fine pointers
This commit is contained in:
parent
e9cf647849
commit
c2ee8c55d3
1 changed files with 2 additions and 2 deletions
|
@ -661,8 +661,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
position: relative;
|
||||
}
|
||||
@media (hover: hover) or (pointer: fine) {
|
||||
.status-carousel ul > li {
|
||||
scroll-snap-stop: normal;
|
||||
.status-carousel ul {
|
||||
scroll-snap-type: none;
|
||||
}
|
||||
}
|
||||
.status-carousel .content-container .content:only-child {
|
||||
|
|
Loading…
Reference in a new issue