Skip to content

Instantly share code, notes, and snippets.

@lancewillett
Created August 15, 2012 16:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lancewillett/3361474 to your computer and use it in GitHub Desktop.
Index: /p2/style.css
===================================================================
--- /p2/style.css (revision 10382)
+++ /p2/style.css (revision 10384)
@@ -985,7 +985,10 @@
.inlineediting .tags {
float: left;
+ position: relative;
+ z-index: 2;
}
.inlineediting .buttons {
position: relative;
+ z-index: 1;
}
.inlineediting .buttons img {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment