• python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Facebook Twitter Instagram
Devs Fixed
  • python
  • javascript
  • reactjs
  • sql
  • c#
  • java
Devs Fixed
Home ยป Resolved: Table height 100% difference between Firefox and Chrome

Resolved: Table height 100% difference between Firefox and Chrome

0
By Isaac Tonny on 17/06/2022 Issue
Share
Facebook Twitter LinkedIn

Question:

I’ve a table inside another table in HTML/CSS – and I want the inside table be at height 100% of the surrounding table cell.
Something like that (the pink table has 100% of the height): enter image description here
That works fine in Firefox – but in Chrome I get this: enter image description here
The code for both is:


I tried to keep it simple. But who gets it wrong? FF or Chrome? And how can I talk Chrome into drawing the inside table 100% in height?

Answer:

So, you want the table with class table-base to have 100% the height of the other table, that’s right?
If so, I defined the height to 100% on that class.


Hope this helps. Regards

If you have better answer, please add a comment about this, thank you!

css firefox google-chrome html html-table
Share. Facebook Twitter LinkedIn

Related Posts

Resolved: linq2db throws exception when filtering by nested collection

02/04/2023

Resolved: Table data is coming as empty in React

02/04/2023

Resolved: In a Pinescript v5 Strategy why is my bool not working?

02/04/2023

Leave A Reply

© 2023 DEVSFIX.COM

Type above and press Enter to search. Press Esc to cancel.