Selaa lähdekoodia

Fix height canvas

QuentinRillet 7 vuotta sitten
vanhempi
commit
8e76bdb539
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      sandbox/index.css

+ 1 - 1
sandbox/index.css

@@ -54,7 +54,7 @@ a {
 #renderCanvas {
     position: absolute;
     width: 100%;
-    height: 93.3%;
+    height: 100%;
     top: 0;
     margin-bottom: 70px;
     touch-action: none;