@patternfly/patternfly 4.139.0 → 4.139.1

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.
@@ -1,7 +1,8 @@
1
1
  .pf-c-backdrop {
2
+ --pf-c-backdrop--Position: fixed;
2
3
  --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
3
4
  --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
4
- position: fixed;
5
+ position: var(--pf-c-backdrop--Position);
5
6
  top: 0;
6
7
  left: 0;
7
8
  z-index: var(--pf-c-backdrop--ZIndex);
@@ -1,8 +1,9 @@
1
1
  .pf-c-backdrop {
2
+ --pf-c-backdrop--Position: fixed;
2
3
  --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
3
4
  --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
4
5
 
5
- position: fixed;
6
+ position: var(--pf-c-backdrop--Position);
6
7
  top: 0;
7
8
  left: 0;
8
9
  z-index: var(--pf-c-backdrop--ZIndex);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.139.0",
4
+ "version": "4.139.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -6156,9 +6156,10 @@ html {
6156
6156
  }
6157
6157
 
6158
6158
  .pf-c-backdrop {
6159
+ --pf-c-backdrop--Position: fixed;
6159
6160
  --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
6160
6161
  --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
6161
- position: fixed;
6162
+ position: var(--pf-c-backdrop--Position);
6162
6163
  top: 0;
6163
6164
  left: 0;
6164
6165
  z-index: var(--pf-c-backdrop--ZIndex);
package/patternfly.css CHANGED
@@ -6292,9 +6292,10 @@ button:-moz-focusring,
6292
6292
  }
6293
6293
 
6294
6294
  .pf-c-backdrop {
6295
+ --pf-c-backdrop--Position: fixed;
6295
6296
  --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
6296
6297
  --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
6297
- position: fixed;
6298
+ position: var(--pf-c-backdrop--Position);
6298
6299
  top: 0;
6299
6300
  left: 0;
6300
6301
  z-index: var(--pf-c-backdrop--ZIndex);