Closed jowin202 closed 4 months ago
percentage is not working since the parents do not have a real height i guess. using "vh" should work out of the box. In any other cases you need to make sure that the parent nodes have a height.
thank you, this has solved everything :)
Hello,
I'm currently using the editor like this:
The sizes are adjustable as long as I give the size in pixels. However, if I want the editor to fill the whole page (depending on screen size), it does not work. I can't enter something like height: '90%', this values will be ignored. Is there any minimal example, where the editor takes ~90% of screen height?
kind regards