Selamlar,
Scroll Page için bu kodları naısl kullanacağım WPBakery'de

html, body {
scroll-snap-type: y mandatory;
overflow-y: scroll;
height: 100vh;
}
section {
scroll-snap-align: start;
height: 100vh;
}