body
{
	max-width: 100%;
	overflow-x: hidden;
}

#editor_container
{
	display: flex;
	align-items: stretch;
	flex-direction: column;
	height: 95vh;
}

#editor_canvas_container
{
	display: flex;
	align-items: stretch;
	flex-direction: row;
	overflow-y: scroll;
}

#editor
{
	flex-grow: 1;
	overflow-y: scroll;
}
