@lingk/sync 0.0.9 → 0.0.10

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/build/lingk.js CHANGED
@@ -4244,9 +4244,9 @@ module.exports =
4244
4244
  return _react2.default.createElement(
4245
4245
  'div',
4246
4246
  { style: {
4247
- position: 'fixed',
4247
+ position: 'absolute',
4248
4248
  width: '100%',
4249
- height: '100%'
4249
+ height: 'calc(100% - 50px)'
4250
4250
  } },
4251
4251
  _react2.default.createElement(_wizardForm2.default, Object.assign({
4252
4252
  steps: steps,
@@ -4667,7 +4667,7 @@ module.exports =
4667
4667
  ),
4668
4668
  _react2.default.createElement(
4669
4669
  'div',
4670
- { style: { width: 190, padding: '2px 2px 4px 0', height: 'calc(100% - 94px)' } },
4670
+ { style: { width: 190, padding: '2px 2px 4px 0', height: 'calc(100% - 44px)' } },
4671
4671
  _react2.default.createElement(
4672
4672
  'div',
4673
4673
  { style: { overflowY: 'scroll', overflowX: 'hidden', height: '100%', width: 187 }, className: 'wizard-sidebar-content' },