i have a fixed header with 100% width.
#header {
background: #2e2e2e;
width: 100%;
z-index: 999;
position: fixed;
}
browsers scrollbar is under my fixed div. How to fix that?
See Question&Answers more detail:osi have a fixed header with 100% width.
#header {
background: #2e2e2e;
width: 100%;
z-index: 999;
position: fixed;
}
browsers scrollbar is under my fixed div. How to fix that?
See Question&Answers more detail:os