@use "~admin-stylesheets/colors";

.nab-edit-experiment-php-scope {

	&__snippet {
		width: 100%;
		overflow: auto;
		max-height: 15em;

		.cm-editor {
			height: 100% !important;
			margin: 0 !important;
			padding: 0 !important;
			outline: none !important;
		}
	}
}
