jDownloads Support Forum

jDownloads for Joomla 4.x and 5.x => jDownloads 4.0 => General => Topic started by: DICIDE on 06.08.2023 16:21:47

Title: Make module scrollable. Possible? - [Solved]
Post by: DICIDE on 06.08.2023 16:21:47
Hello,

I have a question

For example, is it possible to make the status module scrollable?
For explanation:
I gave all modules a fixed height! Now, when the content of the module gets longer, it goes beyond the bottom!
So I wanted to make the content of the module scrollable. Is this possible?
Here's an example:
(https://i.ibb.co/Vmk0VBB/scrollbar.jpg)
That scroll bar on the module!

And yes, how?
I'm looking for a CSS code that allows this.

Best regards
Jens
Title: Re: Make module scrollable. Possible?
Post by: DICIDE on 06.08.2023 17:34:07
Hello
I found the solution myself.

I took a closer look at the PHP files and then came up with the idea of using the following code via Custom.css:
#sp-position1 .sp-module ul, #sp-position2 .sp-module ul, #sp-position3 .sp-module ul {
    overflow-y: auto;
    height: 250px;
}

and see a very nice scrollbar
(https://i.ibb.co/HY676Nf/scrollbar.jpg)
From time to time there are situations where you have to give the modules a fixed size so that it looks nice and even, so a scrollbar makes sense

Thanks

Best regards
Jens
Title: Re: Make module scrollable. Possible?
Post by: Arno on 07.08.2023 16:48:04
Hi,
schön das du eine Lösung gefunden hast. Sieht gut aus.  ;)
Title: Re: Make module scrollable. Possible? - [Solved]
Post by: DICIDE on 10.08.2023 02:45:28
Danke Arno,

Ja diesmal sitze ich sehr lange an einer Website, da ich mal was besonders bauen möchte. Da spielt das Layout eine große Rolle. Daher sitze ich an einer Sache fast bis zu 7 Tage dran, aber hinterher sieht es einfach nur heftig aus.

Kann ich dir nochmal kurz eine Frage stellen?

Kann man eine unzugängliche Kategorie anzeigen lassen? z.B. mit einem gesperrten Icon? Oder ist das hier mit Jdownload nicht möglich?

Danke
Wünsche dir noch eine schöne Rest Woche

Liebe Grüße aus der Pfalz
Jens