Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown field toolbar misplaced when parent list item is reordered #753

Closed
erquhart opened this issue Oct 29, 2017 · 2 comments
Closed

Comments

@erquhart
Copy link
Contributor

When re-ordering a list item that contains a markdown field, the toolbar ends up in the middle of the field, or missing entirely, until a scroll takes place. The sticky toolbar resets its position when different events occur, we just need to make that happen when an ancestor list item is reordered.

@erquhart
Copy link
Contributor Author

position: sticky is in all of the browsers we support it seems, so we might able to swap the toolbar sticky code out entirely.

@erquhart
Copy link
Contributor Author

erquhart commented Dec 9, 2017

Went with position: sticky in 1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant