@jspreadsheet/bundle 12.2.3 → 12.2.9

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/dist/style.css CHANGED
@@ -5055,8 +5055,6 @@ body.lm-dark-mode {
5055
5055
  .jss_container.fullscreen .jss_table_container,
5056
5056
  .jss_container.jss_content_overflow .jss_table_container {
5057
5057
  position: sticky;
5058
- top: 0;
5059
- left: 0;
5060
5058
  }
5061
5059
 
5062
5060
  .jss_container.disconnected {
package/package.json CHANGED
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "main": "dist/index.js",
30
30
  "types": "dist/index.d.ts",
31
- "version": "12.2.3",
31
+ "version": "12.2.9",
32
32
  "bugs": "https://github.com/jspreadsheet/pro/issues",
33
33
  "homepage": "https://github.com/jspreadsheet/pro",
34
34
  "download": "https://github.com/jspreadsheet/pro/archive/master.zip"