From bcdedcb28a7d353a78491c203e1ee7ce7e14aace Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 10 Nov 2013 16:30:14 -0800 Subject: [PATCH] fixed position menu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a00e625f..90854860 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ And add this to stylesheets/style.css: border: none; } span.settings { - position: absolute; + position: fixed; top: 1em; right: 1em; }