Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript slide out menu bar won't scroll Reply To: slide out menu bar won't scroll

#249693
drotar
Participant

this is what i have on the drawer.min.css

as i mentioned, it works perfectly on desktop and laptop but on iOS and android devices it is as it was before. perhaps i am adding the css incorrectly? as i have it now…

.drawer-nav{
position:fixed;
z-index:2;
top:15px;
overflow:hidden;
width:16.25rem;
height:100%;
/height: 98%;/
border-bottom: 15px solid white;
color:#222;
background-color: rgba(137,137,137,1.00);
left: 15;
}

.drawer-nav {
max-height: calc(100% – 30px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}