Skip to content

Commit a7783d3

Browse files
committed
Updated missing style rule to allow page layout to be full height.
1 parent 98a91e5 commit a7783d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ html {
556556
background-repeat: repeat;
557557
background-position: 0 0;
558558
background-color: #e2e2de;
559+
height: 100%;
559560
}
560561
.body .unit-body {
561562
background-color: #fafafa;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ html {
2020
background-repeat: repeat;
2121
background-position: 0 0;
2222
background-color: #e2e2de;
23+
height: 100%;
2324
}
2425

2526
.body {

0 commit comments

Comments
 (0)