2
Answers

Two scrollbars on a page

Martin

Martin

1y
749
1

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)