humhub-contrib / linklist

Link List Space / User Module
5 stars 20 forks source link

Space widget - scrollbar missing #37

Closed Semir1212 closed 2 months ago

Semir1212 commented 4 years ago

HH 1.6.3 Linklist

Scrollbar not displayed when there are to many links in the widget (6-7), the list in cut off instead.

Semir1212 commented 4 years ago

Problem fixed after reload

buddh4 commented 4 years ago

Any errors in the browser console log (Ctrl + Shitft + i)?

mbumpalumpa commented 6 months ago

@Semir1212 @luke-

I tested it and upon initial load, the div doesn't display a scrollbar; however, after reloading/refreshing, it appears.

HumHub Version: 1.15.4 Module Version: 0.8.3 Tested on: Chrome (v123.0.6312.86) and Firefox (v124.0.1)

This is what I got from the "inspect element" dev tool.

Initial load/landing: <div class="scrollable-content-container"> <--HTML--> </div>

Reloading the page: <div class="scrollable-content-container" style="overflow: hidden; outline: none;" tabindex="2"> <--HTML--> </div>

Changes SS: scroll-issue-code-dif

Issue SS: scroll-issue

Initial BC: console-initial.log

Reload BC: console-reload.log