Snapping css

.wp-block-post-content {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.wp-block-post-content > * {
    scroll-snap-align: start;
}