Skip to content

Instantly share code, notes, and snippets.

@tkh44
Created August 21, 2013 18:02
Show Gist options
  • Save tkh44/6297813 to your computer and use it in GitHub Desktop.
Save tkh44/6297813 to your computer and use it in GitHub Desktop.
Fixed Header in PhoneGap app
region[default="App"] {
width: 100%;
height: 100%;
region[default="AppHeader"] {
width: 100%;
z-index: 12;
}
region[data-id="page"] {
position: absolute;
overflow: auto;
width: 100%;
bottom: 0;
z-index: 11;
-webkit-overflow-scrolling: touch;
&.scroll-lock {
overflow: hidden;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment