add frame height and width

This commit is contained in:
Silver Kuusik 2018-05-03 09:46:14 +03:00 committed by GitHub
parent 16eeb7daad
commit 6a92c63ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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%;