Skip to content

Commit

Permalink
z-index for status window
Browse files Browse the repository at this point in the history
  • Loading branch information
wotori committed Jun 6, 2022
1 parent c77c268 commit 26d4c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Loading/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
width: 100%;
height: 100%;
bottom: 5%;
z-index: 100;
/* position: absolute;
bottom: 50%;
left: 50%;
margin: 10px;
z-index: 1; */
}

.bgColor{
.bgColor {
background-color: white;
min-width: 200px;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/ModalWindow/ModalWindow.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
height: 85%

.interface
z-index: 2
height: 100%
padding: 15px

Expand Down

0 comments on commit 26d4c4a

Please sign in to comment.