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

Hover over code triggers overflow change on the crayon-main container #350

Open
dingo-d opened this issue Apr 24, 2016 · 2 comments
Open

Comments

@dingo-d
Copy link

dingo-d commented Apr 24, 2016

When ever I hover over my code, I get a change in the .crayon-main container from overflow: hidden to overflow:auto, and in some cases that causes the code to flicker. Is there any way to stop that from happening?

From what I see the changes appear in the crayon.min.js on lines 1217 and 585

You can see the issue here for instance: http://madebydenis.com/adding-custom-controls-to-your-customization-api/

@mengguang
Copy link

I have the same problem.

@philscott-rg
Copy link

Hit the same problem - I've put this in the site styles which seems to be okay as a workaround:

table.crayon-table[style] { width: 100% !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

3 participants