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
scrollingContainer
Default: null
Specifies which container has the scrollbars (i.e. overflow-y: auto), if changed with CSS from the default ql-editor. Necessary to fix scroll jumping bugs when Quill is set to auto grow its height, and another ancestor container is responsible from the scrolling.
But it does not clarify what can be passed in. Can it be the actual element or only a string? From testing I see it can only be a string.
@jhchen Would passing 'html, body' work as the selector for scrollingContainer?
The text was updated successfully, but these errors were encountered:
From the documentation on the scrolling container
But it does not clarify what can be passed in. Can it be the actual element or only a string? From testing I see it can only be a string.
@jhchen Would passing
'html, body'
work as the selector for scrollingContainer?The text was updated successfully, but these errors were encountered: