DEV Community

Discussion on: Prevent overflow but show all contents of section

Collapse
 
j471n profile image
Jatin Sharma

Well its hard to say but may be try to change the normal height to min-height because you are setting the harcoded height.

> * {
      width: 100vw;
      min-height: calc(100vh - 70px);
      scroll-snap-align: start;
}

Enter fullscreen mode Exit fullscreen mode
Collapse
 
ssingh1997 profile image
Satyen Singh

thanks Jatin! This actually worked but then my snap scroll stops working