es-grid-template 1.9.11 → 1.9.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.
@@ -830,7 +830,7 @@ $cell-index-focus-bg-Dark: #E6EFFD !default;
830
830
 
831
831
  .ui-rc-toolbar-bottom {
832
832
  position: relative;
833
- padding: .25rem 1rem;
833
+ padding: .25rem 0rem;
834
834
  background-color: #ffffff;
835
835
 
836
836
  // &::before {
@@ -294,8 +294,8 @@ const Grid = props => {
294
294
  minHeight: minHeight ?? undefined,
295
295
  maxHeight: height ?? undefined,
296
296
  backgroundColor: theme?.backgroundColor ?? undefined,
297
- transition: 'max-height 0.3s ease',
298
- overflow: 'hidden'
297
+ transition: 'max-height 0.3s ease'
298
+ // overflow: 'hidden'
299
299
  }
300
300
  }, /*#__PURE__*/React.createElement(DndContext, {
301
301
  collisionDetection: closestCenter,
@@ -830,7 +830,7 @@ $cell-index-focus-bg-Dark: #E6EFFD !default;
830
830
 
831
831
  .ui-rc-toolbar-bottom {
832
832
  position: relative;
833
- padding: .25rem 1rem;
833
+ padding: .25rem 0rem;
834
834
  background-color: #ffffff;
835
835
 
836
836
  // &::before {
@@ -299,8 +299,8 @@ const Grid = props => {
299
299
  minHeight: minHeight ?? undefined,
300
300
  maxHeight: height ?? undefined,
301
301
  backgroundColor: theme?.backgroundColor ?? undefined,
302
- transition: 'max-height 0.3s ease',
303
- overflow: 'hidden'
302
+ transition: 'max-height 0.3s ease'
303
+ // overflow: 'hidden'
304
304
  }
305
305
  }, /*#__PURE__*/_react.default.createElement(_core.DndContext, {
306
306
  collisionDetection: _core.closestCenter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-grid-template",
3
- "version": "1.9.11",
3
+ "version": "1.9.12",
4
4
  "description": "es-grid-template",
5
5
  "keywords": [
6
6
  "react",
@@ -66,7 +66,7 @@
66
66
  "rc-checkbox": "^3.5.0",
67
67
  "rc-dropdown": "^4.2.1",
68
68
  "rc-field-form": "^2.6.0",
69
- "rc-master-ui": "1.1.53",
69
+ "rc-master-ui": "1.1.58",
70
70
  "rc-select": "^14.16.3",
71
71
  "rc-tooltip": "^6.3.0",
72
72
  "rc-tree": "^5.10.1",