Options

Scroll bar in lightbox

brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
edited July 27, 2014 in SmugMug Customization
Along with some lightbox changes came the addition of a scrollbar. I found the code below to remove the scrollbar...
 .sm-lightbox-basic .sm-lightbox-info {overflow-y: hidden !important; }  
 .sm-lightbox-basic .sm-lightbox-info:hover {overflow-y: auto !important;}

I added this code and noticed when I hover and the caption pops up that the scroll bar appears for an instant then disappears.

If I remove the 2nd CSS line the scroll bar never shows up.

Any ideas?

Comments

Sign In or Register to comment.