humhub-contrib/linklist

Space widget - scrollbar missing

Closed this issue · 3 comments

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.

Problem fixed after reload

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

@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