-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Content interferes with toolbar functions in editor #9441
Comments
Interestingly, I'm not able to reproduce the bug locally 🤔 Can someone pls confirm - local.mp4 |
Can I work on this? |
@TildaDares sure 😄, go for it! 🚀 |
Yes, @TildaDares you're thinking in the right direction! We don't require transparency on those buttons with the content. |
This can be accomplished by adding this rule: .btn-light {
background-color: white;
} However, it should be noted that the Tags button is lacking the |
@eightballocto The Toolbar already has a btn-light class but btn-outline-secondary is overriding it. Also I can't find this page in my local environment, can you please show me where it is? |
Edit/Addendum: I was also unable to find these elements in my local environment, hence my suspicion of it being in a separate repository or dynamically generated (which wouldn't make much sense, if you ask me) |
Hi all, @eightballocto is right and there's a different repository https://github.com/publiclab/PublicLab.Editor dedicated to the editor functionality and I recommend to take a look at publiclab/PublicLab.Editor#664 to anyone who is trying to come up with the fix. Thanks :) |
@waridox How do I link this issue to my PR? |
Hey, you just need to add the issue number in the PR template. |
Please describe the problem (or idea)
What happened just before the problem occurred? Or what problem could this idea solve?
The writeup content of the post gets mixed up with the editor toolbar when scrolling or viewing content in general while making a post.
Please show us where to look
https://publiclab.org/
What's your PublicLab.org username?
waridrox
Browser, version, and operating system
Chrome v89
Possible solution could be to hide the transparency of the buttons and make them like the first half of the toolbar section so as to maintain the consistency.
Steps to reproduce the error
Here's how one can reproduce the error -
overlay.mp4
The text was updated successfully, but these errors were encountered: