Open ComunicaViVe opened 7 years ago
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; }
Same issue here
lavalamp height to auto,click nav is error.
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; }