]> git.sesse.net Git - remoteglot/blobdiff - www/css/chessboard-0.3.0.css
Make sure the SVG pieces are in front of the letters.
[remoteglot] / www / css / chessboard-0.3.0.css
index 38ad11876d91b2a9d6e0ed7aec4741bbae453f69..6f10c03f49b46bc69f78c97751df9d4b003cdec9 100644 (file)
@@ -1,4 +1,4 @@
-/*!
+/*
  * chessboard.js v0.3.0+asn
  *
  * Copyright 2013 Chris Oakman
@@ -69,3 +69,7 @@
   top: 2px;
   left: 2px;
 }
+
+.piece-417db {
+  transform: translate(0,0);  /* Force a new stacking context for SVG pieces. */
+}