We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bbb25 commit a129c2cCopy full SHA for a129c2c
elements/pfe-modal/src/pfe-modal.scss
@@ -30,7 +30,7 @@ $pfe-modal--breakpoint--medium: 640px;
30
flex-direction: column;
31
align-items: center;
32
justify-content: center;
33
- z-index: #{pfe-var($cssvar: modal, $map: $z-index)};
+ z-index: #{pfe-var($cssvar: modal, $category: zindex, $map: $z-index)};
34
35
&[hidden] {
36
display: none;
0 commit comments