@rh-support/troubleshoot 2.1.14 → 2.1.15

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.
@@ -409,3 +409,9 @@ div#case-reopen-modal.pf-c-modal-box__body {
409
409
  pfe-accordion {
410
410
  box-shadow: inset 1px 1px 0px #d2d2d2, inset -1px -1px 0px #d2d2d2;
411
411
  }
412
+
413
+ .pf-c-wizard__main,
414
+ .pf-c-wizard__footer,
415
+ .pf-c-wizard__nav {
416
+ z-index: 1 !important;
417
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -133,5 +133,5 @@
133
133
  "defaults and supports es6-module",
134
134
  "maintained node versions"
135
135
  ],
136
- "gitHead": "b58b25951bb84533b380d7868f120eaa33461f5e"
136
+ "gitHead": "0fa0968e831c199572669184c466e9fecd781d12"
137
137
  }