fix(mobile): suppression du sticky navbar sur mobile pour scroll fluide

This commit is contained in:
Mathias 2026-09-09 21:14:50 +02:00
parent f0f6595f98
commit 8c74b5210f

View file

@ -524,6 +524,10 @@ h1 {
/* RESPONSIVE MOBILE ET NAVIGATION TACTILE */ /* RESPONSIVE MOBILE ET NAVIGATION TACTILE */
@media (max-width: 900px) { @media (max-width: 900px) {
.navbar-wrapper {
position: static; /* Ne colle plus en haut sur mobile, libère 100% de l'écran lors du scroll */
}
.navbar { .navbar {
height: auto; height: auto;
padding: 1rem 0; padding: 1rem 0;