fixed firefox

This commit is contained in:
vabene1111 2024-01-29 08:46:34 +01:00
parent ee7cdacc40
commit aac729a3a0

View File

@ -321,6 +321,10 @@ export default {
display: none;
}
.swipe-container {
scrollbar-width: none; /* For Firefox */
}
/* main element should always snap into view */
.swipe-element {
scroll-snap-align: start;