News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Make module scrollable. Possible? - [Solved]

Started by DICIDE, 06.08.2023 16:21:47

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DICIDE

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:

That scroll bar on the module!

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

Best regards
Jens
  •  

DICIDE

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

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
  •  

Arno

Hi,
schön das du eine Lösung gefunden hast. Sieht gut aus.  ;)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

DICIDE

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
  •