@rh-support/manage 2.0.16 → 2.0.17

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.
@@ -309,9 +309,9 @@ svg.hostnameSpinner {
309
309
  }
310
310
 
311
311
  #version-dropdown-selector {
312
- z-index: 299;
312
+ z-index: 89;
313
313
  }
314
314
 
315
315
  #tc-product-dropdown-selector {
316
- z-index: 299;
316
+ z-index: 89;
317
317
  }
@@ -53,7 +53,7 @@ div#top-content-major-version-performance-metric.pf-c-modal-box {
53
53
  position: sticky;
54
54
  top: 0;
55
55
  background: var(--pf-c-modal-box--BackgroundColor);
56
- z-index: 101; // As .pf-c-toggle-group__button is having z-index: var(--pf-c-toggle-group__button--ZIndex) (100) need to set z-index 101;
56
+ z-index: 89; // As .pf-c-toggle-group__button is having z-index: var(--pf-c-toggle-group__button--ZIndex)
57
57
  padding-bottom: var(--pf-global--spacer--sm);
58
58
  }
59
59
  .content {
@@ -128,5 +128,5 @@ div.performance-metrics-modal {
128
128
  }
129
129
 
130
130
  .top-content-panel {
131
- z-index: 100;
131
+ z-index: 89;
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "homepage": "",
@@ -84,9 +84,9 @@
84
84
  "@patternfly/pfe-tabs": "1.12.3",
85
85
  "@patternfly/react-core": "4.264.0",
86
86
  "@patternfly/react-table": "4.111.33",
87
- "@rh-support/components": "2.0.12",
87
+ "@rh-support/components": "2.0.13",
88
88
  "@rh-support/configs": "2.0.9",
89
- "@rh-support/react-context": "2.0.12",
89
+ "@rh-support/react-context": "2.0.13",
90
90
  "@rh-support/types": "2.0.2",
91
91
  "@rh-support/user-permissions": "2.0.11",
92
92
  "@rh-support/utils": "2.0.11",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "4a3df080406db9104209fa9fa830c733ada71082"
106
+ "gitHead": "85c2e3c4430046b6e7e7b5efbee6ed47d7941feb"
107
107
  }