philipwalton / flexbugs

A community-curated list of flexbox issues and cross-browser workarounds for them.
MIT License
13.63k stars 495 forks source link

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

Open aidababutia opened 6 years ago

aidababutia commented 6 years ago

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

aidababutia commented 6 years ago

this code is in jquery

garrettw commented 6 years ago

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.

aidababutia commented 6 years ago

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

aidababutia commented 6 years ago

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

garrettw commented 6 years ago

are any of those items using display: flex?

aidababutia commented 6 years ago

no

aidababutia commented 6 years ago

image

just these are: display: block;

aidababutia commented 6 years ago

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

garrettw commented 6 years ago

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