From 00e57a4bfab562e7578f095e50c609306aef9215 Mon Sep 17 00:00:00 2001 From: Travis Weston Date: Tue, 15 Jul 2014 23:23:33 -0400 Subject: [PATCH] Fixed issue where menu would float away from bottom of the page if moved and scrolled. (References Issue #109) --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 87ab3a9..999cd78 100644 --- a/css/main.css +++ b/css/main.css @@ -53,7 +53,7 @@ div#header { } .menu { - position: absolute; + position: fixed; right: 10px; bottom: 10px; color: #666;