Skip to content

Commit a129c2c

Browse files
committed
US206196 adjust modal z-index to use pfe-theme--zindex--modal var
1 parent 36bbb25 commit a129c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pfe-modal/src/pfe-modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $pfe-modal--breakpoint--medium: 640px;
3030
flex-direction: column;
3131
align-items: center;
3232
justify-content: center;
33-
z-index: #{pfe-var($cssvar: modal, $map: $z-index)};
33+
z-index: #{pfe-var($cssvar: modal, $category: zindex, $map: $z-index)};
3434

3535
&[hidden] {
3636
display: none;

0 commit comments

Comments
 (0)