No horizontal scroll bar in tablular search results
Is it just me or is there no horizontal scroll bar when viewing the search results in table format? I'm using GVH 2.3.
/customer/servlet/servlet.FileDownload?file=00P6000000elzIMEAY
0
-
Hello Rebecca,
Yes unfortunately there is no scrollbar in the table view with GVH 2.3, this was fixed in GVH 2.4.
If you are unable to update, there is a CSS workaround. In your common.css file look for the following CSS selector and set the bolded property:
.results-list {
bottom: 6em;
overflow: auto;
overflow-x: scroll; <----was set to "hidden"
position: absolute;
top: 0px;
width: 100%; }
Previously this was set to hidden so that the scroll bar wouldn't show, but since it is now neccisary it had to be switched to scroll.
Hopefully this helps, let me know if you need anything further.
Cory Purnell
Latitude Geographics Quality Assurance Team0 -
Thanks, Cory. I just upgraded to 2.4.1 and it looks great! And no CSS modification required :)
0
Please sign in to leave a comment.
Comments
2 comments