fix(mobile): suppression du sticky navbar sur mobile pour scroll fluide
This commit is contained in:
parent
f0f6595f98
commit
8c74b5210f
1 changed files with 4 additions and 0 deletions
|
|
@ -524,6 +524,10 @@ h1 {
|
|||
|
||||
/* RESPONSIVE MOBILE ET NAVIGATION TACTILE */
|
||||
@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 {
|
||||
height: auto;
|
||||
padding: 1rem 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue