var diff = $(this.wrapper).find('div.options').height();
$(this.wrapper).find('#messages').css({paddingBottom: diff});
this code is in jquery
You have not provided enough information to determine the cause of your issue. Please update this issue to include all the information outlined in the reporting guidelines.
this is in Chrome:
and this is in Firefox:
in both cases the padding is calculated, but firefox, not recognize it.Why?
are any of those items using display: flex
?
no
just these are: display: block;
you can take a look here:
http://livechat.keg.srl/
This repo is not for general CSS help. I recommend you ask for help on StackOverflow using the "css" tag.
Most helpful comment
This repo is not for general CSS help. I recommend you ask for help on StackOverflow using the "css" tag.