@idds/styles 1.2.7 → 1.2.8

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": "@idds/styles",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -5,7 +5,6 @@
5
5
 
6
6
  .ina-table {
7
7
  width: 100%;
8
- overflow-x: auto;
9
8
  /* Ensure horizontal scrollbar is always visible when needed */
10
9
  scrollbar-width: thin;
11
10
  scrollbar-color: var(--ina-neutral-300) transparent;
@@ -138,7 +137,6 @@
138
137
  .ina-table__body {
139
138
  background-color: var(--ina-background-primary);
140
139
  position: relative;
141
- z-index: 0;
142
140
  /* Allow tooltips to extend beyond body bounds */
143
141
  overflow: visible;
144
142
  }