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

Additional Controls dropdown not showing as expected #18

Open
iPurpl3x opened this issue Apr 19, 2023 · 2 comments
Open

Additional Controls dropdown not showing as expected #18

iPurpl3x opened this issue Apr 19, 2023 · 2 comments

Comments

@iPurpl3x
Copy link

iPurpl3x commented Apr 19, 2023

Since I updated some Flarum instances to Flarum 1.7, I started noticing the following issue:

When opening the "Additional Controls" dropdown by clicking the "+" button in the rich text editor, the dropdown alters between opening on the top or on the bottom, when on the bottom it is not visible.

image

On the screenshot, one can see that on the bottom there is an open dropdown that is almost invisible.

Instance: https://community.glowingblue.com/
Flarum version: 1.7.2
Rich Text version: 2.1.7

(cc @askvortsov1)

@Petersoj
Copy link

Petersoj commented Jan 15, 2024

Can confirm this is happening on my forum instance as well. Fresh install.

@Petersoj
Copy link

Petersoj commented May 31, 2024

Custom forum CSS as a temporary fix:

.ProseMirrorMenu ul.Dropdown-menu {
  top: auto;
  bottom: 100%;
}

.ProseMirrorMenu ul.NodeTypeDropdownMenu > div[role="tooltip"] {
  display: none !important;
}

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

2 participants