jquery-modal-rails
jquery-modal-rails copied to clipboard
Close button not completely visible.
Hello, as said in the subject the close button is not visible. Can I send a snapshot to understand what I mean?
Feel free to send a public dropbox link or something like that. I will check it :-)
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.
What browser are you using?
On 19 September 2012 20:19, dei79 [email protected] wrote:
What browser are you using?
Chrome and firefox.
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 : you can change close to close.png, and then supply your own close image to fix your problem.
However, it's still covered up.
@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;
}