mdbscrollbar not showing scrollbars until you scroll over th


Topic: mdbscrollbar not showing scrollbars until you scroll over them

ElcomMDB pro premium priority asked 2 years ago

Expected behavior

When scrolling over a table within an mdbscrollbar div, the scrollbars should appear to indicate scrolling is available.

Actual behavior

The scrollbars do not appear until you use the scroll wheel on a mouse, or pinch on a touch screen device. Once you have scrolled/pinched, the scrollbars become available on hover-over as expected.

Resources (screenshots, code snippets etc.)

<div class="datatable mt-4">
  <div
    class="datatable-inner"
    mdbScrollbar
    style="position: relative; width: 600px; height: 500px"
  >
    <table
      class="table datatable-table"
      mdbTable
      mdbTableSort="mdbTableSort"
      #table="mdbTable"
      #sort="mdbTableSort"
      [dataSource]="dataSource"
      [sort]="sort"
    >


</table>
</div>
</div>

Arkadiusz Idzikowski staff commented 2 years ago

Thank you for letting us know about this problem. We will take a closer look at that and add a fix as soon as possible.


Arkadiusz Idzikowski staff answered 2 years ago

This problem was fixed in v4.0.0, please upgrade your MDB Angular version.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 3.0.0
  • Device: All
  • Browser: Chrome
  • OS: Windows 11
  • Provided sample code: No
  • Provided link: No