Skip to content

Commit

Permalink
fix: Show Catalyst warning modal (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jan 12, 2024
1 parent cc0d675 commit 45d3a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/warning/CatalystWarningContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
display: flex;
justify-content: center;
align-items: center;
z-index: 9999999;
}

.catalyst-warning-container div.catalyst-warning-content {
Expand Down Expand Up @@ -36,4 +37,4 @@
.catalyst-warning-container div.catalyst-warning-content .ui.button {
margin-top: 18px;
border-radius: 10px;
}
}

0 comments on commit 45d3a6c

Please sign in to comment.