Created
March 27, 2018 22:10
-
-
Save popcorn245/5e923eb65325a111944fe350fedbff02 to your computer and use it in GitHub Desktop.
Ion app page style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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