Skip to content

Commit

Permalink
Fix CSS 100% hauteur
Browse files Browse the repository at this point in the history
  • Loading branch information
camillemonchicourt committed Jul 5, 2017
1 parent b065d01 commit e251b1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ html, body, #container {
position:fixed;
top: 50px;
height: 100%;
padding-bottom: 50px;
}

/* Les icônes dans la barre de nav */
Expand Down Expand Up @@ -179,7 +180,7 @@ html, body, #container {
position: fixed;
/*display: block;*/
overflow: auto;
padding: 10px 15px;
padding: 10px 15px 40px;
/*position: absolute;*/
margin-bottom: auto;
/*float: left;*/
Expand Down

0 comments on commit e251b1d

Please sign in to comment.