@flatbiz/antd 4.0.11 → 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.
Files changed (2) hide show
  1. package/cjs/index.css +5 -1
  2. package/package.json +1 -1
package/cjs/index.css CHANGED
@@ -79,6 +79,10 @@ ul {
79
79
  opacity: var(--v-css-hover-opacity, 0.1);
80
80
  }
81
81
 
82
+ .v-dialog-modal .ant-modal-body {
83
+ max-height: calc(100vh - 150px);
84
+ overflow: auto;
85
+ }
82
86
  .v-dialog-confirm .ant-modal-header {
83
87
  margin: 0 !important;
84
88
  }
@@ -849,7 +853,7 @@ ul {
849
853
  }
850
854
  .tabs-sticky > .ant-tabs-content-holder {
851
855
  flex: 1;
852
- overflow-y: scroll;
856
+ overflow-y: auto;
853
857
  }
854
858
 
855
859
  .tree-selector-wrapper-empty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatbiz/antd",
3
- "version": "4.0.11",
3
+ "version": "4.0.12",
4
4
  "description": "flat-biz oss ui components",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",