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
Since merging #16, if you have an editor in a scrollable parent with a scrollable top-level document, it is very easy to make the bar appear in an incorrect place. The way updateFloat now takes a scrollParent argument doesn't seem to work very well.
(Tested on firefox, by wrapping an editor in a 400px high overflow: auto div.)
Since merging #16, if you have an editor in a scrollable parent with a scrollable top-level document, it is very easy to make the bar appear in an incorrect place. The way
updateFloat
now takes ascrollParent
argument doesn't seem to work very well.(Tested on firefox, by wrapping an editor in a 400px high overflow: auto div.)
cc @cjbest
The text was updated successfully, but these errors were encountered: