We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e30eb commit 57a93b2Copy full SHA for 57a93b2
1 file changed
utilities.css
@@ -22,18 +22,20 @@
22
}
23
24
/*
25
-Special div to fix overflow-x on absolute items.
+ Special div to fix overflow-x on absolute items.
26
This should be at the top level item inside body
27
*/
28
.page-wrap {
29
overflow-x: hidden;
30
31
32
+/* as a div inside body, this now will hold the footer */
33
div.page-wrap {
34
position: relative;
35
min-height: 100%;
36
37
38
+/* quirky fix for body in iOS */
39
body.page-wrap {
40
transform: translate3d(0, 0, 0);
41
0 commit comments