@uxf/data-grid 11.0.0-beta.10 → 11.0.0-beta.11

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles.css +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/data-grid",
3
- "version": "11.0.0-beta.10",
3
+ "version": "11.0.0-beta.11",
4
4
  "description": "UXF DataGrid",
5
5
  "homepage": "https://gitlab.com/uxf-npm/data-grid#readme",
6
6
  "main": "index.js",
package/styles.css CHANGED
@@ -292,8 +292,10 @@
292
292
  display: flex;
293
293
  justify-content: center;
294
294
  left: 0;
295
+ pointer-events: none;
295
296
  position: fixed;
296
297
  right: 0;
298
+ z-index: theme("zIndex.fixed");
297
299
  }
298
300
 
299
301
  &__selected-rows-toolbar {
@@ -307,6 +309,7 @@
307
309
  display: flex;
308
310
  justify-content: center;
309
311
  padding: theme("spacing.2") theme("spacing.6");
312
+ pointer-events: auto;
310
313
 
311
314
  :root .dark & {
312
315
  border-color: theme("colors.darkBorder");