Skip to content

Commit d7555b1

Browse files
committed
Updated html and body height.
1 parent 2a19db2 commit d7555b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/themes/the-program/css/_base.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Base from [HTML5 Boilerplate](http://j.mp/rP0wmY)
2121
No styleguide reference.
2222
*/
2323

24-
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
25-
body { margin: 0; font-size: 1em; line-height: 1.4; -webkit-tap-highlight-color: rgba(255,0,0, 0.62); }
24+
html { height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
25+
body { height: 100%; margin: 0; font-size: 1em; line-height: 1.4; -webkit-tap-highlight-color: rgba(255,0,0, 0.62); }
2626
body, button, input, select, textarea { font-family: sans-serif; }
2727
::-moz-selection { background: #073642; color: #fff; text-shadow: none; }
2828
::selection { background: #073642; color: #fff; text-shadow: none; }

assets/themes/the-program/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ Base from [HTML5 Boilerplate](http://j.mp/rP0wmY)
4040
No styleguide reference.
4141
*/
4242
html {
43+
height: 100%;
4344
font-size: 100%;
4445
overflow-y: scroll;
4546
-webkit-text-size-adjust: 100%;
4647
-ms-text-size-adjust: 100%;
4748
}
4849
body {
50+
height: 100%;
4951
margin: 0;
5052
font-size: 1em;
5153
line-height: 1.4;

0 commit comments

Comments
 (0)