@lobehub/ui 2.0.6 → 2.0.7
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/es/Drawer/Drawer.js +0 -2
- package/package.json +1 -1
package/es/Drawer/Drawer.js
CHANGED
|
@@ -96,7 +96,6 @@ var Drawer = /*#__PURE__*/memo(function (_ref) {
|
|
|
96
96
|
style: _objectSpread({
|
|
97
97
|
background: theme.colorBgLayout,
|
|
98
98
|
borderRight: "1px solid ".concat(theme.colorBorderSecondary),
|
|
99
|
-
height: '100%',
|
|
100
99
|
overflowX: 'hidden',
|
|
101
100
|
overflowY: 'auto'
|
|
102
101
|
}, styles === null || styles === void 0 ? void 0 : styles.sidebar),
|
|
@@ -109,7 +108,6 @@ var Drawer = /*#__PURE__*/memo(function (_ref) {
|
|
|
109
108
|
paddingInline: 16,
|
|
110
109
|
style: _objectSpread({
|
|
111
110
|
background: theme.colorBgContainer,
|
|
112
|
-
height: '100%',
|
|
113
111
|
overflowX: 'hidden',
|
|
114
112
|
overflowY: 'auto'
|
|
115
113
|
}, styles === null || styles === void 0 ? void 0 : styles.sidebarContent),
|