segment-boneyard / socrates

Write and read Markdown in real-time with anyone you want.
socrates.io
481 stars 57 forks source link

Fixed buttons position #10

Open nepsilon opened 11 years ago

nepsilon commented 11 years ago

When composing a long document, we need to scroll all the way to the top to be able to click the read or write buttons. User experience could be improved by having them fixed at the top.

<button class="write-only-button ss-write"></button> and <button class="read-only-button ss-view"></button> buttons should be set position: fixed.

This is not need for the add and menu buttons, as the user would seldom use them.