iOS - Sticky toolbar does not stick #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See https://github.com/ProseMirror/prosemirror/issues/223
What about using sticky positioning in CSS instead of Javascript?
See:
position: stickyYes, we know about position: sticky. Back in 2016 it was terribly broken in iOS. Not sure what the current situation is.
The stickyness with CSS works on iOS. I tried it locally and it works fine. Shall I create a new pull request with this feature?
Sure! Though I think we'd want to keep the existing implementation for browsers where sticky isn't supported.