Skip to content

Commit 2405ca0

Browse files
authored
Merge pull request #63 from firelab/rj-fix-next-button
[BHP1-1271] Fix Footer hiding "Next" button
2 parents dfe10f1 + eefe6e6 commit 2405ca0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

projects/behave/resources/public/css/app-style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ body {
5252
/* -- End App -- */
5353

5454
/* -- Page -- */
55+
56+
.page {
57+
display: flex;
58+
flex-direction: column;
59+
min-height: 100vh;
60+
}
61+
5562
.page__top {
5663
border-spacing: 0px;
5764
position: fixed;
@@ -72,8 +79,9 @@ body {
7279

7380
.page__main {
7481
display: flex;
82+
flex: 1;
7583
height: 825px;
76-
padding: 170px 0px 0px;
84+
padding: 170px 0px 50px;
7785
}
7886

7987
.page__footer {

0 commit comments

Comments
 (0)