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;
}
span.settings {
position: absolute;
position: fixed;
top: 1em;
right: 1em;
}