Topic: Scroll Bars Missing
I am exporting simple viewer galleries out of Adobe Lightroom 2. On some of the galleries the scroll bars are missing, and on others they are not. It seems random. How do I insure that scroll bars will be present?
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer-Pro v1 → Scroll Bars Missing
I am exporting simple viewer galleries out of Adobe Lightroom 2. On some of the galleries the scroll bars are missing, and on others they are not. It seems random. How do I insure that scroll bars will be present?
Edit the gallery's HTML page in a text editor and look for the following in the head of the document and remove overflow: hidden; if present.
html {
height: 100%;
overflow: hidden;
}
Thanks, that did it.
SimpleViewer Forum → SimpleViewer-Pro v1 → Scroll Bars Missing
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.