Closed jankapunkt closed 7 months ago
I had the problem, that the editor was not fully scrollable as it is using a fixed pos.
I added an inner div with overflow-y: auto and made the editor wrapper div display: flex so the inner content is becoming scrollable.
overflow-y: auto
display: flex
WDYT?
Closing this as the dev server has been rewritten.
I had the problem, that the editor was not fully scrollable as it is using a fixed pos.
I added an inner div with
overflow-y: auto
and made the editor wrapper divdisplay: flex
so the inner content is becoming scrollable.WDYT?