Skip to content

Overflow / visibility issue if contextmenu longer than screen height #775

Open
@klues

Description

@klues

If the context menu is too big for current screen size, these CSS values are added: overflow-x: hidden and overflow-y: auto, see:
https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js#L1589

However, this causes that open sub-menus on the left/right of the current main menu aren't visible anymore. I've tried to change it to overflow-x: visible, but it still doesn't work, since it seems that overflow-x: visible is not possible in combination with overflow-y: auto.

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