@flatbiz/antd 4.0.10 → 4.0.12

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.
package/cjs/index.css CHANGED
@@ -81,7 +81,7 @@ ul {
81
81
 
82
82
  .v-dialog-modal .ant-modal-body {
83
83
  max-height: calc(100vh - 150px);
84
- overflow: scroll;
84
+ overflow: auto;
85
85
  }
86
86
  .v-dialog-confirm .ant-modal-header {
87
87
  margin: 0 !important;
@@ -853,7 +853,7 @@ ul {
853
853
  }
854
854
  .tabs-sticky > .ant-tabs-content-holder {
855
855
  flex: 1;
856
- overflow-y: scroll;
856
+ overflow-y: auto;
857
857
  }
858
858
 
859
859
  .tree-selector-wrapper-empty {