Hi there,
I have a long list of sub albums in my gallery and this forces a scrollbar into the page that I would like to avoid. I have seen the solution to hide sub albums (https://piwigo.org/forum/viewtopic.php?id=31651) but instead I would rather have something like a scrollbar in the menubar div or even only the mbCategories element. Is there an easy way to do that?
Thanks,
Thomas
BTW "(Copy here your environment details, found on your Piwigo page [Administration > Tools > Maintenance])" should read "Tools > Maintenance > Environment" in Piwigo 12...
Piwigo URL: http://www.feuster.com/bilder
Piwigo 12.1.0 Check for upgrade
Operating system: Linux
PHP: 7.4.25 (Show info) [2021-12-17 22:51:58]
MySQL: 5.5.60-0+deb7u1-log [2021-12-17 22:51:58]
Graphics Library: External ImageMagick 6.9.10-23
Offline
That was easy...
#theCategoryMenu { max-height: 500px; overflow: hidden; overflow-y: auto; }
Offline