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 some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment