Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #181570

    As the title says, can be viewed here -> http://styrkeloft.no/resultatservice/?page=protokoll_vis&id=2488, just resize the window if you have a big screen.

    Tested on Samsung S3 and iPhone 5, can display the whole table/can drag to the right. Does not matter if landscape or vertical view.

    Any suggestion to fix this?

    #182136

    Hey Walgermo!

    You can use this css code

    
    #resultatservice_container {
    overflow-x: auto;
    }
    

    to make the table container scroll-able. Insert the code into the quick css field.

    Cheers!
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to scroll right on mobile when table is bigger then viewport?’ is closed to new replies.