html,
body {
	height: 100%;
	margin: 0;
}
.match-height-row {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}
#editorCanvas {
	background-color: #fcfcfc;
}
.z-3 {
	z-index: 1050 !important;
}
.btn-xs {
	padding: 0.15rem 0.35rem;
	font-size: 0.72rem;
	border-radius: 0.2rem;
}
.btn-xs.active-lock {
	background-color: #dc3545 !important;
	color: #ffffff !important;
	border-color: #dc3545 !important;
}
.btn-xs.active-pin {
	background-color: #ffc107 !important;
	color: #212529 !important;
	border-color: #ffc107 !important;
}
.canvas-holder {
	min-height: 450px;
	height: 100%;
}
