Quote:
Originally Posted by rashkae
Comments on 3.99.4
I don't know if it can be fixed, but I observe that height in proportion to the screen no longer work, (ex: height: 100% or max-height: 100%)
|
No it cant be fixed, use viewport units instead. 100vh will do the trick.
Quote:
Also, the inspector in the Book viewer doesn't seem to work. Data doesn't populate into the bottom half of the inspector pane.. but it works perfectly in the Editor.
|
Yeah this is a result of sandboxing in the viewer (the book contents are rendered in a sandboxed iframe). You can still inspect the HTML but not the CSS. Seems to be a limitation of devtools in webengine.