fixed issue with absolute position on safari browser

This commit is contained in:
Jamal Jackson 2016-09-07 09:47:47 -04:00
parent e74b70744f
commit 23b67a4afc
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
#onboarding-disclaimer { #onboarding-disclaimer {
color: #fff; color: #fff;
height: 100%;
ion-content{
height: 100%;
.scroll{
height: 100%;
}
}
.item { .item {
background: transparent; background: transparent;
border: none; border: none;