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
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
Hi,
schön das du eine Lösung gefunden hast. Sieht gut aus. ;)
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