@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 +1 -1
- package/src/components/table.css +0 -2
package/package.json
CHANGED
package/src/components/table.css
CHANGED
|
@@ -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
|
}
|