Skip to content

Instantly share code, notes, and snippets.

@popcorn245
Created March 27, 2018 22:10
Show Gist options
  • Save popcorn245/5e923eb65325a111944fe350fedbff02 to your computer and use it in GitHub Desktop.
Save popcorn245/5e923eb65325a111944fe350fedbff02 to your computer and use it in GitHub Desktop.
Ion app page style
ion-page {
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
contain: layout size style;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment