Compare commits
2 Commits
bc5f067ba5
...
3abbcaed47
| Author | SHA1 | Date |
|---|---|---|
|
|
3abbcaed47 | 1 day ago |
|
|
33e9ac5b2f | 1 day ago |
3 changed files with 4 additions and 3 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