fixed issue with absolute position on safari browser
This commit is contained in:
parent
e74b70744f
commit
23b67a4afc
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue