First attempt to use container instead of window (reusable chessboard)
[xogo.git] / common.css
index fbf0e25..1f1809a 100644 (file)
@@ -61,6 +61,14 @@ main > div {
   margin: 0;
   padding: 0;
   border: none;
+  /* attempt https://stackoverflow.com/questions/1719452/how-to-make-a-div-always-full-screen */
+  position: fixed;
+  width: 100%;
+  height: 100%;
+  left: 0;
+  top: 0;
+  background: rgba(51,51,51,0.7);
+  z-index: 10;
 }
 
 h1 {