first
This commit is contained in:
73
plugins/snap/1.9.3/snap.css
Normal file
73
plugins/snap/1.9.3/snap.css
Normal file
@@ -0,0 +1,73 @@
|
||||
html, body {
|
||||
|
||||
font-family: sans-serif;
|
||||
|
||||
margin: 0;
|
||||
|
||||
padding: 0;
|
||||
|
||||
width: 100%;
|
||||
|
||||
height: 100%;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.snap-content {
|
||||
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
|
||||
right: 0;
|
||||
|
||||
bottom: 0;
|
||||
|
||||
left: 0;
|
||||
|
||||
width: auto;
|
||||
|
||||
height: auto;
|
||||
|
||||
z-index: 2;
|
||||
|
||||
overflow: auto;
|
||||
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
|
||||
transform: translate3d(0, 0, 0);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
.snap-drawers {
|
||||
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
|
||||
right: 0;
|
||||
|
||||
bottom: 0;
|
||||
|
||||
left: 0;
|
||||
|
||||
width: auto;
|
||||
|
||||
height: auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user