Flexbugs: Why in chrome, answer options does not overlap the question, and in firefox, overlap?

Created on 19 Jun 2018  路  9Comments  路  Source: philipwalton/flexbugs

var diff = $(this.wrapper).find('div.options').height();
$(this.wrapper).find('#messages').css({paddingBottom: diff});

Most helpful comment

This repo is not for general CSS help. I recommend you ask for help on StackOverflow using the "css" tag.

All 9 comments

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:
image
and this is in Firefox:
image

in both cases the padding is calculated, but firefox, not recognize it.Why?

are any of those items using display: flex?

no

image

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.

Was this page helpful?
0 / 5 - 0 ratings