2 changed files with 3 additions and 2 deletions
@ -1,12 +1,12 @@ |
|||||
.page { |
.page { |
||||
width: 100%; |
width: 100%; |
||||
height: 100%; |
height: 100%; |
||||
overflow: hidden; |
overflow: scroll; |
||||
background-color: #F2F2F2; |
background-color: #F2F2F2; |
||||
} |
} |
||||
|
|
||||
page { |
page { |
||||
width: 100%; |
width: 100%; |
||||
height: 100%; |
height: 100%; |
||||
overflow: hidden; |
overflow: scroll; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue