Skip to content

[Dropdown][Menu] CSS for dropdown menu bug #5542

@raptoria

Description

@raptoria

It looks like Semantic UI just changed the CSS for dropdown menu which makes the menu open to the left now, instead of default to the right.

Before:
image

Now (latest CSS):
image

the new left:0px CSS causes this problem:

.ui.menu .dropdown.item .menu {
left: 0px;
min-width: calc(100% - 1px);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions