mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Snap stop need to be the children, not parent
This commit is contained in:
parent
374b8d97d5
commit
206d40c0a4
1 changed files with 1 additions and 1 deletions
|
@ -439,13 +439,13 @@ a.mention span {
|
|||
/* scroll-behavior: smooth; */
|
||||
scrollbar-width: none;
|
||||
overscroll-behavior: contain;
|
||||
scroll-snap-stop: always;
|
||||
}
|
||||
.carousel::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.carousel > * {
|
||||
scroll-snap-align: center;
|
||||
scroll-snap-stop: always;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue