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
-
Reply to Welcome to our newest member issueby SnowhogWow! I totally forgot about this.

I just now edited the user.php file. We have a BANNED 'new' user showing in "Welcome to our newest...Today, 08:22 AM -
Get Affordable and Fast VPS for vBulletin -
Reply to Request: Instagram Media Embed or Retrieval Mod for vBulletin Forums Using Snapinstaink Approachby glennrocksvbThank you for the suggestion. I took some time to evaluate the request further and review Instagram's Terms of Use.
I understand the use...Yesterday, 12:05 PM -
I am running a vBulletin forum for a content creator community and wanted to raise a mod request around Instagram media integration. Currently when members...Yesterday, 09:14 AM

Comment