You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome scroll! But customizing height to 100vh on section properties broke the navigation. Only works with 1080px? I just want to fill exact 100% browser height
Hello!
Awesome scroll! But customizing height to 100vh on section properties broke the navigation. Only works with 1080px? I just want to fill exact 100% browser height
Original:
section {
height: 1080px;
color: #FFF;
text-align: center;
}
Custom:
section {
height: 100vh;
color: #FFF;
text-align: center;
}
The text was updated successfully, but these errors were encountered: