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

Bug in markdown editor #178

Open
Pratham271 opened this issue Nov 4, 2024 · 1 comment
Open

Bug in markdown editor #178

Pratham271 opened this issue Nov 4, 2024 · 1 comment

Comments

@Pratham271
Copy link

Pratham271 commented Nov 4, 2024

Screenshot 2024-11-04 at 1 53 19 PM right now the user cannot see the options available as shown in the screenshot.
@Krak86
Copy link

Krak86 commented Dec 4, 2024

This is related to @blocknote/react package itself. I didn't find any possibility to move that popup with some props anywhere (left, center, right), seems that it's hardcoded for now (at least in react lib, because in pure js lib you could make modifications).

As workaround I implemented some global css adjustments:

div[data-radix-popper-content-wrapper]:first-of-type {
  padding-left: 50px;
}

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