This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 495
Why in chrome, answer options does not overlap the question, and in firefox, overlap? #255
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. |
in both cases the padding is calculated, but firefox, not recognize it.Why? |
are any of those items using |
no |
you can take a look here: |
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.
var diff = $(this.wrapper).find('div.options').height();
$(this.wrapper).find('#messages').css({paddingBottom: diff});
The text was updated successfully, but these errors were encountered: