Skip to content

Commit c1d1554

Browse files
author
zhangxinxu
committed
update for test
page with fixed header/footer can scroll horizontal
1 parent d9bbc44 commit c1d1554

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/mobilebone.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ body {
1616
}
1717

1818
/* construction */
19-
html, body, .page {
20-
height: 100%; width: 100%;
19+
html, body {
20+
height: 100%;
2121
overflow: hidden;
2222
}
2323
.page {
24+
height: 100%; width: 100%;
2425
position: absolute; left: 0; top: 0;
2526
-webkit-animation: .35s ease-in-out;
2627
animation: .35s ease-in-out;

test/transition/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
-webkit-animation: fadein .35s .25s both;
1313
animation: fadein .35s .25s both;
1414
}
15+
body { width: 100%; }
1516
</style>
1617
</head>
1718

0 commit comments

Comments
 (0)