fixed position menu

This commit is contained in:
ccd0 2013-11-10 16:30:14 -08:00
parent 8119058ac9
commit bcdedcb28a

View File

@ -33,7 +33,7 @@ And add this to stylesheets/style.css:
border: none; border: none;
} }
span.settings { span.settings {
position: absolute; position: fixed;
top: 1em; top: 1em;
right: 1em; right: 1em;
} }