Skip to content

Commit

Permalink
Changed height in CSS, fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Henrik Stabell committed Oct 17, 2017
1 parent 1c11832 commit 6bfc190
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {

.container {
width: 100%;
height: 100%;
height: 94%;
position: absolute;
}

Expand All @@ -19,12 +19,6 @@ body {
overflow-y: scroll;
}

#questions {
width: 100%;
height: 96%;
overflow-y: scroll;
}

#avatar {
float: left;
width: 32px;
Expand Down

0 comments on commit 6bfc190

Please sign in to comment.