Results 1 to 4 of 4
  1. #1
    Mattbar's Avatar
    Mattbar is offline Private Member
    Join Date
    July 2015
    Location
    London
    Posts
    1,405
    Thanks
    123
    Thanked 916 Times in 577 Posts

    Default Tabs and Table Scroll

    Can anyone help me with a solution to a table scrolling problem. I've got a new site I'm developing in worldpress, http://www.bettingwebsites.org.uk/, and I'm using a theme with tabbed tables so I can have casino, sports, etc., on the same table.

    Basically, the tables on the front page aren't scrolling like they should. I'm not sure why, the code is there and correct, but I'm thinking it is possibly related to the tabs I'm using stopping the scroll appearing. But I'm not sure why it's stopping it or how.

    Any ideas?

  2. #2
    wonderpunter's Avatar
    wonderpunter is offline Private Member
    Join Date
    August 2013
    Posts
    3,395
    Blog Entries
    5
    Thanks
    427
    Thanked 1,995 Times in 1,250 Posts

    Default

    Quote Originally Posted by Mattbar View Post
    Can anyone help me with a solution to a table scrolling problem. I've got a new site I'm developing in worldpress, http://www.bettingwebsites.org.uk/, and I'm using a theme with tabbed tables so I can have casino, sports, etc., on the same table.

    Basically, the tables on the front page aren't scrolling like they should. I'm not sure why, the code is there and correct, but I'm thinking it is possibly related to the tabs I'm using stopping the scroll appearing. But I'm not sure why it's stopping it or how.

    Any ideas?
    Dont scroll at all, are you using a table plugin?


  3. #3
    baldidiot is offline Private Member
    Join Date
    January 2010
    Posts
    5,098
    Thanks
    432
    Thanked 2,333 Times in 1,555 Posts

    Default

    Your code's wrong:

    .maintablecontainer {
    margin-bottom: 20px;
    margin-top: 10px;
    background: #fff;
    overflow-y: auto;
    overflow: hidden;
    }

    It's that second overflow: hidden; that's causing the problem.

    Delete it and your problems will go away...
    onlinegamblingwebsites.com - Formally known as goodbonusguide.

    Gambling Domains: Small clear out of some of the domains we've been hoarding - see the spreadsheet here.

  4. The Following User Says Thank You to baldidiot For This Useful Post:

    Mattbar (10 January 2017)

  5. #4
    Mattbar's Avatar
    Mattbar is offline Private Member
    Join Date
    July 2015
    Location
    London
    Posts
    1,405
    Thanks
    123
    Thanked 916 Times in 577 Posts

    Default

    Quote Originally Posted by baldidiot View Post
    Your code's wrong:

    .maintablecontainer {
    margin-bottom: 20px;
    margin-top: 10px;
    background: #fff;
    overflow-y: auto;
    overflow: hidden;
    }

    It's that second overflow: hidden; that's causing the problem.

    Delete it and your problems will go away...
    Cheers my man. You bang your head against a brick wall for ages and the solution is always so simple.

    I'll go fix that now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •