flexbugs icon indicating copy to clipboard operation
flexbugs copied to clipboard

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

Open aidababutia opened this issue 6 years ago • 9 comments

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

aidababutia avatar Jun 19 '18 15:06 aidababutia

this code is in jquery

aidababutia avatar Jun 19 '18 15:06 aidababutia

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.

garrettw avatar Jun 19 '18 16:06 garrettw

this is in Chrome: image and this is in Firefox: image

aidababutia avatar Jun 19 '18 16:06 aidababutia

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

aidababutia avatar Jun 19 '18 16:06 aidababutia

are any of those items using display: flex?

garrettw avatar Jun 19 '18 16:06 garrettw

no

aidababutia avatar Jun 19 '18 16:06 aidababutia

image

just these are: display: block;

aidababutia avatar Jun 19 '18 16:06 aidababutia

you can take a look here: http://livechat.keg.srl/

aidababutia avatar Jun 19 '18 16:06 aidababutia

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

garrettw avatar Jun 19 '18 16:06 garrettw