Skip to content

Instantly share code, notes, and snippets.

@edequalsawesome
Created March 27, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edequalsawesome/36a1880a0d4c77b1210e7b085f513f9c to your computer and use it in GitHub Desktop.
Save edequalsawesome/36a1880a0d4c77b1210e7b085f513f9c to your computer and use it in GitHub Desktop.
This is a test gist
/* fix adminbar jetpack issue */
.admin-bar {
position: static !important;
}
/* fix wordpress.com notification iframe width */
iframe#wpnt-notes-iframe2.wide {
width: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment