Konu
Bu kodları nasıl kullanacağım
24-11-2024, 17:01:44
#1
mtrkmn61
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;
}