@trebco/treb 25.0.0 → 25.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebco/treb",
3
- "version": "25.0.0",
3
+ "version": "25.0.1",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "homepage": "https://treb.app",
6
6
  "repository": {
@@ -183,10 +183,12 @@
183
183
 
184
184
  .treb-spreadsheet-body {
185
185
  z-index: 4;
186
+ position: relative;
186
187
  }
187
188
 
188
189
  .treb-spreadsheet-footer {
189
- z-index: 3;
190
+ z-index: 5;
191
+ position: relative;
190
192
  }
191
193
 
192
194
  .treb-layout-resize-handle {