removed bounces

This commit is contained in:
Peter Olu 2022-04-28 00:41:28 +01:00
parent 021a94c887
commit 23358234da

View File

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