You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When ever I hover over my code, I get a change in the
.crayon-main
container fromoverflow: hidden
tooverflow: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/
The text was updated successfully, but these errors were encountered: