We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d1554 commit 42c4f6bCopy full SHA for 42c4f6b
src/mobilebone.css
@@ -11,22 +11,22 @@ a, img {
11
body {
12
margin: 0;
13
-webkit-user-select: none;
14
- user-select: none;
+ user-select: none;
15
-ms-touch-action: none;
16
}
17
18
/* construction */
19
-html, body {
20
- height: 100%;
+html, body, .page {
+ height: 100%; width: 100%;
21
overflow: hidden;
22
23
.page {
24
- height: 100%; width: 100%;
25
position: absolute; left: 0; top: 0;
26
-webkit-animation: .35s ease-in-out;
27
animation: .35s ease-in-out;
28
29
.page.out {
+ display: none;
30
-webkit-transform: translateX(-100%);
31
transform: translateX(-100%);
32
@@ -35,7 +35,6 @@ html, body {
35
transform: translateX(0);
36
37
38
-
39
/* mask layer when ajax sending... */
40
.mask {
41
height: 100%; width: 100%;
0 commit comments