#debug-info {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 9999;
}

#debug-data {
	overflow: auto;
	max-height: 800px;
}

.debug-content-body {
 	max-height: 800px;
 	padding: 1rem;
	background-color: #ffc;	
}