I have fixed(position property) element called nav-map. I want to set max width to that element.
.nav-map{
position:fixed;
left: 0;
width: 100%;
top: 0;
overflow: hidden;
}
but in that case it covers my scrollbar and i want to avoid that.
please, help me solve the issue
full source code: http://codepen.io/borispinus/pen/adpEWa