Browse Source

Fix PG Safari

Sebastien Vandenberghe 5 years ago
parent
commit
2b2b727116
2 changed files with 3 additions and 1 deletions
  1. 1 0
      Playground/src/scss/examples.scss
  2. 2 1
      Playground/src/scss/rendering.scss

+ 1 - 0
Playground/src/scss/examples.scss

@@ -62,6 +62,7 @@
         grid-row: 3;
         grid-column: 1;
         user-select: none;
+        height: 100vh;
 
         .example-category { 
             .example-category-title { 

+ 2 - 1
Playground/src/scss/rendering.scss

@@ -3,9 +3,10 @@
     height: 100%;
     padding: 0;
     margin: 0;
-    overflow: unset;    
+    overflow: unset;
     border:none !important;
     outline:none !important;
+    display: block;
 }
 
 #pg-root-frame, #pg-root-full {