Martin

Martin

  • NA
  • 16
  • 1.2k

Two scrollbars on a page

Apr 2 2023 2:59 PM

I have a problem wtih two scroolbars on webpage which does same length, backlog table is longer than this on right but when a set custom css class .table-responsive {
    height: 100%;
    overflow-y: scroll;
}. I am using bootstrap 5.3. I want have vertical scrollbar for backlog table and the short vertical scrollbar for table employee. Backlog table is ViewComponent. I am using Asp-Net.Core MVC.

 

This part of web page on right backlog table like partial wie and everything other is normal view


Answers (2)