Skip to content

Commit 57a93b2

Browse files
committed
updated comments in css
1 parent 75e30eb commit 57a93b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

utilities.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,20 @@
2222
}
2323

2424
/*
25-
Special div to fix overflow-x on absolute items.
25+
Special div to fix overflow-x on absolute items.
2626
This should be at the top level item inside body
2727
*/
2828
.page-wrap {
2929
overflow-x: hidden;
3030
}
3131

32+
/* as a div inside body, this now will hold the footer */
3233
div.page-wrap {
3334
position: relative;
3435
min-height: 100%;
3536
}
3637

38+
/* quirky fix for body in iOS */
3739
body.page-wrap {
3840
transform: translate3d(0, 0, 0);
3941
}

0 commit comments

Comments
 (0)