Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Select menu too large even when hidden #4238

@dipold

Description

@dipold

If add a select-menu with data-native-menu="false" and too many option itens, for example, each menu item has 43px height totalizing impressive 21500px height that interferes in size (add a large white space below footer).

I think the solution would be to add a display : none to .ui-selectmenu-hidden class:

Of:
.ui-selectmenu-hidden { top: -9999px; left: -9999px; }

to
.ui-selectmenu-hidden { display: none; top: -9999px; left: -9999px; }

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions