add frame height and width
This commit is contained in:
		@@ -12,6 +12,10 @@ body {
 | 
				
			|||||||
    overflow: hidden;
 | 
					    overflow: hidden;
 | 
				
			||||||
    background-color: #fff;
 | 
					    background-color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					frame {
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    height: 100%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/* the whole interface is in the table */
 | 
					/* the whole interface is in the table */
 | 
				
			||||||
table.blockly-table {
 | 
					table.blockly-table {
 | 
				
			||||||
    height: 95%;
 | 
					    height: 95%;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user