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

Craft and Bullet Threading not playing nice #3

Open
xavez opened this issue May 5, 2022 · 1 comment
Open

Craft and Bullet Threading not playing nice #3

xavez opened this issue May 5, 2022 · 1 comment

Comments

@xavez
Copy link

xavez commented May 5, 2022

When I install both the Craft Theme and the Bullet Threading plugin, the styles get a bit mixed up:

CleanShot 2022-05-05 at 14 12 35@2x

I managed to fix it by resetting the .block-children-left-border class's z-index to unset. This is what it looks like after:

CleanShot 2022-05-05 at 14 23 43@2x

I'm not 100% certain the cause is the Craft theme because it's a bit opaque to me how to investigate where which CSS is coming from. However: disabling the theme makes the problem go away, and enabling the theme makes the problem appear again, so I think it's quite safe to assume it's a conflict between Craft and the Bullet Threading plugin :-)

@d3v1an7
Copy link

d3v1an7 commented May 24, 2022

Can confirm! Just adding a bit more flavour to the above:
Bullet threading plugin is here: https://github.com/pengx17/logseq-plugin-bullet-threading

I am including the bullet threading plugin via CSS. So with the fix above, my custom css looks like this:

@import url('https://rcvd.github.io/logseq-craft-theme/craft.css');
@import url("https://cdn.jsdelivr.net/gh/pengx17/logseq-dev-theme@master/bullet_threading.css");
.block-children-left-border { z-index: unset; }

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