jquery-modal-rails icon indicating copy to clipboard operation
jquery-modal-rails copied to clipboard

Close button not completely visible.

Open ghost opened this issue 12 years ago • 7 comments

Hello, as said in the subject the close button is not visible. Can I send a snapshot to understand what I mean?

ghost avatar Sep 19 '12 17:09 ghost

Feel free to send a public dropbox link or something like that. I will check it :-)

dei79 avatar Sep 19 '12 17:09 dei79

On 19 September 2012 19:32, dei79 [email protected] wrote:

Feel free to send a public dropbox link or something like that. I will check it :-)

Here is: http://i49.tinypic.com/2cnaf9.png I don't know why close image is not visible.

ghost avatar Sep 19 '12 18:09 ghost

What browser are you using?

dei79 avatar Sep 19 '12 18:09 dei79

On 19 September 2012 20:19, dei79 [email protected] wrote:

What browser are you using?

Chrome and firefox.

ghost avatar Sep 19 '12 20:09 ghost

I have the same problem. im using rails (4.0.3) The browser console has this error GET http://localhost:3000/images/close 404 (Not Found) jquery.js?body=1:6600

shouldnt that be like this ? GET http://localhost:3000/assets/close.png

axilaris avatar Mar 15 '14 14:03 axilaris

@axilaris : you can change close to close.png, and then supply your own close image to fix your problem.

However, it's still covered up.

xuanwu avatar May 02 '14 06:05 xuanwu

@axilaris Not sure if you fixed this, but commenting for anyone else who runs into this problem.

If the 'close.png' is loading, but partially hidden, you can fix it with the following CSS:

div.modal.current {
  overflow: visible;
}

RustComet avatar Jun 23 '15 05:06 RustComet