#divMobileMenuHeader{
display: block;
float: left;
overflow: auto;
padding-top: 10px;
width: 100%;
text-align: center;
position: relative;
outline: 2px solid red;
}
#divMobileMenuContact{
position: absolute;
width: 100%;
overflow: auto;
/* display: none;*/
/* background-color: cyan;*/
}
ASKER
Cascading Style Sheets (CSS) is a language used for describing the look and formatting of a document written in a markup language. Usually used to change web pages and user interfaces written in HTML, it can also be applied to any kind of XML document. CSS is designed primarily to distinguish the content of a document from its presentation.
TRUSTED BY
mobile.css line 22
Open in new window
Line 28Open in new window
Those are what is causing the scroll bars.