fix: fix scroll-snap in firefox when scrolling manually (#953)

This commit is contained in:
Nolan Lawson 2019-02-09 14:31:49 -08:00 committed by GitHub
parent b05855f7ca
commit e82066dcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -169,6 +169,10 @@
scroll-snap-points-x: repeat(100%);
}
.media-scroll-item {
scroll-snap-coordinate: 0 0;
}
}
</style>
<script>