• Resolved Tunox

    (@tunox)


    Hello,

    Just a quick heads up about a styling issue with the drop down menu.
    For sites with a large collection of plugins, the drop down plugins sub-menu would only list elements that the screen size/resolution can handle. Anything below the fold would be hidden away. (Screenshot) Mouse scroll doesn’t have any effect.
    I tried playing with CSS by setting a max-heigh on sub-menu wrapper and activating scroll on overflow but it doesn’t have the desired result. Dropdowns are a PITA…
    This will require some JS to be handled and one solution is provided by Chris. Sinc eyou’re using WP default admin menu system it’s strange this hasn’t been raised before.

    EDIT:
    Adding to #wpadminbar .ab-submenu the following

    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000 !important;
    position: fixed !important;

    adds the necessary scroll to the submenu but this isn’t proper at all ??

    • This topic was modified 6 years, 5 months ago by Tunox.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hiya,

    There should be some logick in place to direct you yo the plugins list for managing plugins in Troubleshooting Mode when you have that many, if there’s more than 20 plugins it shouldn’t show you a list there at all.

    I’ll have a look at why that isn’t happening in this case though, but the management is always available via the plugins list if you need it.

    Plugin Author Marius L. J.

    (@clorith)

    I’ve looked into this, and there’s a logical error that we’ll get fixed for the next release, thank you for bringing this to our attention!

    I’ll mark this thread as resolved, as there is now an associated ticket with it instead, this helps keep track of which topics still need attention.

    Same issue here! We can’t scroll!

    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling the dropdown Troubleshooting Mode menu’ is closed to new replies.