@steedos-widgets/amis-object 1.0.35 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,6 +178,22 @@ body {
178
178
  }
179
179
  /* end: amis 2.7.2, component Nav */
180
180
 
181
+ /* 处理amis debug 滚动条异常 */
182
+ .AMISDebug-content{
183
+ height: 100%;
184
+ }
185
+
186
+ .AMISDebug-content .AMISDebug-inspect{
187
+ overflow: scroll;
188
+ height: calc(100% - 40px);
189
+ }
190
+
191
+ .AMISDebug-content .AMISDebug-log{
192
+ overflow: scroll;
193
+ height: calc(100% - 40px);
194
+ }
195
+
196
+
181
197
  .ant-dropdown-menu {
182
198
  border: 1px solid #e5e5e5;
183
199
  border-radius: 0.25rem;