Browse Source

fixed position menu

pull/40/head
ccd0 11 years ago
parent
commit
bcdedcb28a
  1. 2
      README.md

2
README.md

@ -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;
} }

Loading…
Cancel
Save