fix: fix scroll-snap in firefox when scrolling manually (#953)
This commit is contained in:
parent
b05855f7ca
commit
e82066dcc2
|
@ -169,6 +169,10 @@
|
||||||
scroll-snap-points-x: repeat(100%);
|
scroll-snap-points-x: repeat(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-scroll-item {
|
||||||
|
scroll-snap-coordinate: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue