]> git.sesse.net Git - remoteglot/commitdiff
Make sure the SVG pieces are in front of the letters.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 24 Dec 2022 00:04:53 +0000 (01:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 24 Dec 2022 00:04:53 +0000 (01:04 +0100)
www/css/chessboard-0.3.0.css

index d809683efeeaf3b8a63d81544a21f9675a6c93b0..6f10c03f49b46bc69f78c97751df9d4b003cdec9 100644 (file)
@@ -69,3 +69,7 @@
   top: 2px;
   left: 2px;
 }
+
+.piece-417db {
+  transform: translate(0,0);  /* Force a new stacking context for SVG pieces. */
+}