This commit is contained in:
@ -97,6 +97,13 @@ try {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
:global(html) {
|
||||
scroll-snap-type: none;
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.slide {
|
||||
scroll-snap-align: start;
|
||||
height: 100dvh;
|
||||
|
||||
Reference in New Issue
Block a user