Skip to content

Commit 51e9812

Browse files
author
sasha kushnir
committed
added z-index
1 parent d1d1566 commit 51e9812

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/cspr-design.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41988,7 +41988,7 @@ const Q7 = {
4198841988
const b = Ui(), y = {
4198941989
overlay: {
4199041990
backgroundColor: b.styleguideColors.backgroundOverlay,
41991-
zIndex: 999999
41991+
zIndex: 20
4199241992
},
4199341993
content: o === "topRight" ? {
4199441994
...eb,

dist/cspr-design.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/confirmation-window/confirmation-window.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const ConfirmationWindow = ({
151151
const modalStyle = {
152152
overlay: {
153153
backgroundColor: theme.styleguideColors.backgroundOverlay,
154-
zIndex: 999999,
154+
zIndex: 20,
155155
},
156156
content:
157157
position === ModalPosition.TopRight

0 commit comments

Comments
 (0)