]> git.cworth.org Git - lmno.games/blobdiff - scribe/scribe.css
scribe: Add explicit width/height of 100% to elements of the "board" class
[lmno.games] / scribe / scribe.css
index 3bac47b40a2df6f5882cc10f63b04852898a8d4e..8423a995f2731e91d2260beb88e4b0c5912ca2bd 100644 (file)
@@ -35,6 +35,9 @@
 }
 
 .board {
+    width: 100%;
+    height: 100%;
+
     position: absolute;
     top: 0;
     left: 0;