@import '~antd/lib/style/themes/default.less';

.ant-popover-json {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: auto;
	color: #545454;
	font-weight: normal;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	white-space: normal;
	text-align: left;
	list-style: none;
	cursor: auto;
	resize: both;
	-webkit-user-select: text;
	user-select: text;
	font-feature-settings: 'tnum';

	.ant-popover-json-content {
		width: 100%;
		height: 100%;
		background-color: #fff;
		background-clip: padding-box;
		border-radius: 6px;
		box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
			0 9px 28px 8px rgba(0, 0, 0, 0.05);
	}

	.ant-popover-json-content > div:first-child {
		width: 100%;
		height: 100%;
	}
}
