@lobehub/ui 2.12.6 → 2.13.0

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.
@@ -96,8 +96,11 @@ 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%',
99
100
  overflowX: 'hidden',
100
- overflowY: 'auto'
101
+ overflowY: 'auto',
102
+ position: 'sticky',
103
+ top: 0
101
104
  }, styles === null || styles === void 0 ? void 0 : styles.sidebar),
102
105
  width: sidebarWidth,
103
106
  children: sidebar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "2.12.6",
3
+ "version": "2.13.0",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",