Behavior observed in Safari and Firefox, so doesn't seem to be browser related. The selection list gets overlain by the bottom window border with the Search Result listing window is smaller (top to bottom) than the selection list.
Announcement
Collapse
No announcement yet.
Odd behavior
Collapse
X
-
Odd behavior
- Issues & Questions
-
vBulletin Version5.7.5 Patch Level 3
-
PHP Version8.2.21
-
Database VersionMySQL Version 8.0.40-0ubuntu0.22.04.1
-
Issue DescriptionSelection list overlain by window border
Behavior observed in Safari and Firefox, so doesn't seem to be browser related. The selection list gets overlain by the bottom window border with the Search Result listing window is smaller (top to bottom) than the selection list.The Linux Community has given me much. I do what I can to return the favor!Tags: None
- Top
- Translate
- Bottom
-
That's how it is even in vB6. It doesn't have a logic to calculate the available space and decide to show the dropdown at the bottom or top.
If you want, you can set a max-height and display scrollbars if needed using custom CSS. But it will always do this even if there's enough space to display them all.
Code:.moderation-mainmenu .moderation-submenu { max-height: 200px; overflow: auto; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
-
Thank you. The 'only' time this would be a problem is if one needed to check an action that is hidden by the bottom window border.The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
Get Affordable and Fast VPS for vBulletin -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment