Table Height not rendering in chrome? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Table Height not rendering in chrome?

<style> table { Height: 65% Width: 100% } //not working in chrome </style>

25th Jan 2018, 8:48 PM
Ben
1 Answer
0
It depends what its parent height is. If it's directly inside body tag you must set body height 100%
25th Jan 2018, 8:54 PM
Toni Isotalo
Toni Isotalo - avatar