@flozy/editor 9.7.2 → 9.7.3

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.
@@ -134,8 +134,7 @@ const SearchAndDocList = ({
134
134
  position: 'relative',
135
135
  maxHeight: '400px',
136
136
  minWidth: "275px",
137
- overflowY: 'auto',
138
- overflowX: 'hidden',
137
+ overflow: 'auto',
139
138
  padding: '0px 16px 8px',
140
139
  marginBottom: '20px',
141
140
  scrollbarWidth: "thin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "9.7.2",
3
+ "version": "9.7.3",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"