You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 setposition: fixed
.This is not need for the
add
andmenu
buttons, as the user would seldom use them.The text was updated successfully, but these errors were encountered: