Merge pull request #112 from anubisthejackle/make-menu-stick

Fixed issue where menu would float away from bottom of the page if moved...
This commit is contained in:
Michael Townsend
2014-07-16 18:37:43 -04:00
+1 -1
View File
@@ -53,7 +53,7 @@ div#header {
} }
.menu { .menu {
position: absolute; position: fixed;
right: 10px; right: 10px;
bottom: 10px; bottom: 10px;
color: #666; color: #666;