Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6594869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:51:58+00:00 2026-05-25T17:51:58+00:00

I am using jQuery UI to create 2 tabs. I really only need the

  • 0

I am using jQuery UI to create 2 tabs. I really only need the first tab (labeled “Queue”) to be scrollable, but if all tabs created are vertically scrollable that’s fine too.

Note that I do not want or need a horizontal scroll bar.

I’ve tried placing overflow: auto; in various locations in my CSS but I can’t seem to find the results I want. My code is on jsFiddle here: http://jsfiddle.net/6Ctnt/

Can anyone help me figure out what I’m doing wrong?

Update

I need the list of items (inside of #list-container) to be scrollable. This whole thing needs to be dynamic, so I can’t use any fixed sizes for height. I need the tab content area to consume the remaining space that isn’t occupied by the #button-container and the container where the list of tabs is stored.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:51:59+00:00Added an answer on May 25, 2026 at 5:51 pm

    Adding this CSS may do the work:

    #list-container {
        height: 200px;
        overflow-y: scroll;
    }
    

    Edit:
    Without fixed heights:

    #queue-tab {
        position: relative;
        height: 100%;
    }
    #list-container {
        position: absolute;
        top: 0; bottom: 0;
        right: 0; left: 0;
        overflow-y: scroll;
    }
    

    Still need to fix margins… but it seems to work

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some tabs created with jQuery UI After I create a new tab
I'm using jQuery to create a load of tabs for a web application. I've
I have created an interface using jQuery UI Tabs, however one of my requirements
I have this jQuery ajax navigation tabs plugin that I created using some help
Here is my problem: The Problem I have created Tabs using jQuery which is
I'm using jquery.ui.tabs to create a carousel. On the same page is a superfish
I'm trying to create a tab set using jQuery UI that has some permanent
I am using jQuery to create tabs. I put the javascript code in a
I am using jquery to create tabs on my GUI. My question is, I
I created homepage with 3 accordion tabs. The first tab is refreshing every 15

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.