@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.
- package/cjs/index.css +5 -1
- 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:
|
|
856
|
+
overflow-y: auto;
|
|
853
857
|
}
|
|
854
858
|
|
|
855
859
|
.tree-selector-wrapper-empty {
|