amis-saas-6134 [Improvement.] [优化] 弹框里面的外观编辑下面会被遮挡无法选择

Change-Id: I93608a4ff2ddc16a56f74ea7487ead67443a7ace
This commit is contained in:
liqiu03 2022-09-09 11:20:31 +08:00
parent 6f9b614b61
commit e7cc10c135

View File

@ -1,7 +1,7 @@
.ae-ClassNamePicker-popover {
padding: 10px;
width: 610px;
max-height: 400px;
max-height: calc(100% - 400px);
overflow: auto;
&.ae-PopOver--leftBottomLeftTop {