Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MenuItem Fields: FM field styling blocks editing the menu item's label #856

Open
goodguyry opened this issue Apr 24, 2023 · 0 comments
Open

Comments

@goodguyry
Copy link
Member

Version: 1.5.0

After adding FM fields to menu items, I found that the field group's CSS positions it in a manner that prevents editing the menu item label.

My temporary fix is to add the following CSS to unset .fm-field's position: relative, which fixes the issue, even if it's not the root cause.

.fm-wrapper[class*='fm-<GROUP_NAME>'] {

  .fm-item.fm-field {
    position: unset;
  }
}

Here I have the FM field wrapper highlighted, which I hope demonstrates the issue.

Screen Shot 2023-04-24 at 4 38 24 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant