#aglEditor{
	z-index: 99998;
	position: fixed;
	max-height: calc(100% - 60px);
	overflow-y: auto;
	right: 0;
	top: 0;
	margin: 5px;
	opacity: .7;
}
#aglEditor:hover{
	opacity: 1;
}