This commit is contained in:
Peter Olu 2022-04-28 00:47:44 +01:00
parent 23358234da
commit ad3950d4ee

View File

@ -359,8 +359,8 @@ export default defineComponent({
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
// scroll-snap-points-y: repeat(100%);
// scroll-snap-destination: 0 0;
scroll-snap-points-y: repeat(100%);
scroll-snap-destination: 0 0;
scroll-snap-type: y mandatory;
scroll-snap-type: mandatory;
scroll-behavior: smooth;