davidrhoden / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

modalbox content overflow #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- If the content is larger then box size

What is the expected output? What do you see instead?
- I expect that the box size will fit the content

What version of the product are you using? On what operating system?
- jquery.modalbox-1.5.0 on Uniform Server

Please provide any additional information below.
- set "overflow: hidden" property on div#modalBox css can solve my problem

Original issue reported on code.google.com by masa...@gmail.com on 27 Aug 2014 at 2:24

GoogleCodeExporter commented 9 years ago
Solution 1: Make your content flexible (waiving fixed "width").

Solution 2: wrap your content with a custom container that is styled with 
"overflow: hidden"

Original comment by steffen....@googlemail.com on 27 Aug 2014 at 5:29