It's a problem with stacking order. Try this:
.search-stay{
width:cover;
position:fixed;
background-color:#900;
width:100%;
padding:0;
margin:0;
z-index:100;
}
Nancy O.
It's a problem with stacking order. Try this:
.search-stay{
width:cover;
position:fixed;
background-color:#900;
width:100%;
padding:0;
margin:0;
z-index:100;
}
Nancy O.