11-30-2019, 05:32 PM
fixed by this
.haut {
background: #252525;
width: 100%;
float: right;
box-shadow: 0px 0px 3px #111;
position: fixed;
height: 60px;
z-index: 1000;
text-align: left;
top: 0; /* added to make menu bar stick to top of page */
}
.haut {
background: #252525;
width: 100%;
float: right;
box-shadow: 0px 0px 3px #111;
position: fixed;
height: 60px;
z-index: 1000;
text-align: left;
top: 0; /* added to make menu bar stick to top of page */
}