@tetacom/ng-components 1.0.84 → 1.0.85

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/style/table.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/ng-components",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.0.0",
package/style/table.scss CHANGED
@@ -121,7 +121,7 @@
121
121
  bottom: 0;
122
122
  width: 8px;
123
123
  background: transparent;
124
- z-index: 10;
124
+ z-index: 1;
125
125
  padding: 0 4px;
126
126
 
127
127
  &_drag {