Topic: mdbscrollbar not showing scrollbars until you scroll over them
ElcomMDB priority asked 1 year 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>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Priority
- 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
Arkadiusz Idzikowski staff commented 1 year 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.