News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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
  •