nntc-ui 0.0.90 → 0.0.91

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/index.css +1 -0
  2. package/package.json +1 -1
package/index.css CHANGED
@@ -1917,6 +1917,7 @@
1917
1917
  }
1918
1918
  .virtualTable_table {
1919
1919
  position: relative;
1920
+ z-index: 0;
1920
1921
  color: var(--theme-text-primary);
1921
1922
  }
1922
1923
  .virtualTable_th {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nntc-ui",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "author": "NNTC",
5
5
  "description": "React UI-kit for NNTC",
6
6
  "type": "module",