lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

fix lightbox border in the top #512

Closed anamariasosam closed 8 years ago

anamariasosam commented 8 years ago

The problem

before fix

The solution

after fix

The Lightbox has a problem in the top of the box. I added some style to the .lightbox class I set the padding and the height of the class to zero. .lightbox { padding: 0; height: 0; }

anamariasosam commented 8 years ago

this closes #494

lokesh commented 8 years ago

Unable to recreate issue. Closing. I'll reopen if others can recreate.