h5p / h5p-cli

Command Line Interface
MIT License
64 stars 33 forks source link

make editor scrollable using css flexbox #26

Closed jankapunkt closed 7 months ago

jankapunkt commented 5 years 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.

WDYT?

devland commented 7 months ago

Closing this as the dev server has been rewritten.