@seafile/seafile-database 0.0.31 → 0.0.32

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.
@@ -174,5 +174,5 @@
174
174
 
175
175
  .sea-database.sea-metadata-hide-columns-popover .popover .hide-columns-list {
176
176
  height: 228px;
177
- overflow: hidden;
177
+ overflow: auto;
178
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-database",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "private": false,
5
5
  "description": "This is a seafile database components",
6
6
  "main": "dist/index.js",