sass/tres/base.scss in tres-0.1.4 vs sass/tres/base.scss in tres-0.1.5
- old
+ new
@@ -65,11 +65,11 @@
top : 0;
right : 0;
bottom : 0;
left : 0;
opacity : 0;
- overflow : auto;
+ overflow-y : auto;
pointer-events : none;
&.current {
opacity : 1;
pointer-events : auto;
@@ -120,19 +120,31 @@
}
}
// ---
-// Screen content
+// Footers
-.screen > .content {
+.screen > footer {
position: fixed;
- top: 0;
- right: 0;
bottom: 0;
+ right : 0;
left: 0;
- overflow: auto;
+ overflow: hidden
+}
+
+// ---
+
+// Screen content
+
+.screen > .content {
-webkit-overflow-scrolling: touch;
+ position : fixed;
+ top : 0;
+ right : 0;
+ bottom : 0;
+ left : 0;
+ overflow-y : auto;
}
// ---
// Type margins and sizes