From 6a92c63ae3b4a352658488af00b48bb8e24374d7 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Thu, 3 May 2018 09:46:14 +0300 Subject: [PATCH] add frame height and width --- assets/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 9a9ca65..2f972cd 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -12,6 +12,10 @@ body { overflow: hidden; background-color: #fff; } +frame { + width: 100%; + height: 100%; +} /* the whole interface is in the table */ table.blockly-table { height: 95%;