Skip to content

Instantly share code, notes, and snippets.

@didoo
Last active February 26, 2020 10:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didoo/873bf9eb23669f8ac4d468c580d5cdfd to your computer and use it in GitHub Desktop.
Save didoo/873bf9eb23669f8ac4d468c580d5cdfd to your computer and use it in GitHub Desktop.
styleguide-frame.css
.styleguide-frame {
position: relative;
transform: translate3d(0, 0, 0); /* <-- THIS LINE MAKES THE TRICK! */
outline: 1px solid #eaeaea;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment