Skip to content

Commit

Permalink
fixed position menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ojack committed Jun 15, 2015
1 parent 2553785 commit f37ac80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html, body{

#menu {
z-index: 20;
position: absolute;
position: fixed;
bottom: 0px;
left: -10px;
}
Expand All @@ -43,7 +43,7 @@ html, body{
.progress{

/*background-color: #f00;*/
position: fixed;
position: fixed;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);/* IE 9 */
Expand Down

0 comments on commit f37ac80

Please sign in to comment.