Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

Open
aidababutia opened this issue Jun 19, 2018 · 9 comments

Comments

@aidababutia
Copy link

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

@aidababutia
Copy link
Author

this code is in jquery

@garrettw
Copy link

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
Copy link
Author

aidababutia commented Jun 19, 2018

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

@aidababutia
Copy link
Author

aidababutia commented Jun 19, 2018

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

@garrettw
Copy link

are any of those items using display: flex?

@aidababutia
Copy link
Author

no

@aidababutia
Copy link
Author

image

just these are: display: block;

@aidababutia
Copy link
Author

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

@garrettw
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants