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 8776045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:57:22+00:00 2026-06-13T18:57:22+00:00

I have an issue with my web page. Basically, I have the <html> on

  • 0

I have an issue with my web page.

Basically, I have the <html> on overflow:hidden, two horizontal navbars, one fixed vertical sidebar on the left and in the remaining center, one div that has the height: 90% property.

Edit: The container div has the overflow: auto property.

The content is loaded in the container area via AJAX. The content consists mainly of tabular data, and the point is to have the container area scroll whenever there is too much content. Everything works nice and fine on a regular monitor with normal height, but when it’s taken to a laptop, the last 1-2 rows become ‘hidden’ due to html overflow.

If i decrease the original height: 90% to a smaller value, problem fixed, but after I switch to large screen with the decreased height, the content area is not fully covered.

Is there a way to fix this issue via CSS? If not, is it possible via screen resize javascript event?

  • 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-06-13T18:57:24+00:00Added an answer on June 13, 2026 at 6:57 pm

    The easiest and probably the fastest way to do it would be using Javascript.
    If you specifically set the height of your tabular data container, you will gain much more control over the layout and general item spacings.

    When setting your height, you have to take into account the heights of your navbars, so in jQuery the code would look something like this:

    function resizeMain()
    {
        $('#tabularBox').height($(window).height() - $('#topBar').height() - $('#bottomBar').height());
    }
    
    // size it on load:
    $(function(){
        resizeMain();
    }
    
    // and size it on resize
    $(window).resize(resizeMain);
    

    Of course, many ways to optimize this, but that’s the idea. And you have to watchout for tiny screens, but this would be a problem with % anyway.

    Finally, you need Overflow: auto; on our tabular box

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

Sidebar

Related Questions

The issue at hand is this. We have a web application with two different
Basically I have a web site that renders HTML preview of some documents (mainly
I’m trying to issue web requests asynchronously. I have my code working fine except
I have an issue which I could not find answer for across the web.
I have an issue using xsd dataTime with regard to integrating a web client
I am creating a web application in ASP.net/VB.NET and I have an issue with
Here is my issue. I have an ASPX web site and I have code
I have a web application that allows the creation of HTML emails that can
I have a simple (yet somehow convoluted) issue. Basically I'm adding items to make
Okay so I have a bash script that simply downloads a web page, and

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.