Fixed issue where menu would float away from bottom of the page if moved and scrolled. (References Issue #109)

This commit is contained in:
Travis Weston
2014-07-15 23:23:33 -04:00
parent 4f82e33f7c
commit 00e57a4bfa
+1 -1
View File
@@ -53,7 +53,7 @@ div#header {
}
.menu {
position: absolute;
position: fixed;
right: 10px;
bottom: 10px;
color: #666;