<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#textareaPopup {
	position: absolute;
	z-index: 9999999;
	display: none;
	height: 125px;
	min-width: 125px;
	overflow-y: scroll;
	background-color: #FFF;
}

#textareaPopup.focus,
#textareaPopup.hover {
	display: block;
}
</pre></body></html>