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: the editor bubble shows extra border area #446

Open
lilac opened this issue Sep 12, 2024 · 1 comment
Open

bug: the editor bubble shows extra border area #446

lilac opened this issue Sep 12, 2024 · 1 comment

Comments

@lilac
Copy link

lilac commented Sep 12, 2024

Provide environment information

OS does not matter

Describe the bug

After upgrading to novel 0.5, the editor bubble display a weird background. The official site also has the same issue.

image

Link to reproduction

https://novel.sh/

To reproduce

Just go to https://novel.sh/, and select some text.

Additional information

No response

@lilac
Copy link
Author

lilac commented Sep 12, 2024

My temporary workaround is shown as below.

.tippy-box {
  max-width: 100vw !important;
  background-color: inherit !important;
  color: inherit !important;
}

.tippy-arrow {
  color: transparent !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

1 participant