eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Fix height of html and body element #1072

Closed rogersteblerbsi closed 2 months ago

rogersteblerbsi commented 2 months ago

The height of a DOM element depends on the height of the inner elements. Because Scout places all elements with an absolute position, the automatically calculated height of the body is 0.

Setting the height of the html and body element to 100% corrects this issue.

372440

eclipse-scout-bot commented 2 months ago

Can one of the admins verify this patch?