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

Carret Not showing #106

Open
ccasalicchio opened this issue Nov 1, 2019 · 4 comments
Open

Carret Not showing #106

ccasalicchio opened this issue Nov 1, 2019 · 4 comments
Milestone

Comments

@ccasalicchio
Copy link

ccasalicchio commented Nov 1, 2019

Hi, thank you for the awesome plugin.

I'm using it with Umbraco BackOffice, and it works fine, except that the carret is not showing... any suggestions?
https://prnt.sc/pr7tsm

@ccasalicchio
Copy link
Author

ccasalicchio commented Nov 1, 2019

Actually I just found out, the background-color was hidding the carret :(

in the pre css from Umbraco

pre { display: block; padding: 9.5px; margin: 0 0 10px; font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif; color: #303033; line-height: 20px; white-space: pre-wrap; overflow-x: auto; /* background-color: #f3f3f5; */ border: 1px solid #d8d7d9; border-radius: 3px; }

@tomwayson
Copy link

@trasherdk
Copy link

Maybe some kind of CSS reset on the parent element would help?

@ccasalicchio
Copy link
Author

In my case, just removing the background-color fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants