Zum Hauptinhalt gehen

No horizontal scroll bar in tablular search results

Kommentare

2 Kommentare

  • Permanently deleted user

    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 Team

     

     
    0
  • Permanently deleted user

    Thanks, Cory. I just upgraded to 2.4.1 and it looks great! And no CSS modification required :)

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.