Skip to content

Commit

Permalink
align z indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaterina committed Mar 4, 2024
1 parent 9d4a60a commit 1c394b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/app/analysis/components/serach/search.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
color: var(--gray-darker);
font-size: 1.2rem;
font-weight: 400;
z-index: 10;
z-index: 1;
}

.search::placeholder {
Expand Down
11 changes: 0 additions & 11 deletions src/app/components/navigation/footer.module.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
display: flex;
justify-content: center;
align-items: center;
z-index: 3;
z-index: 4;
}

.spinner {
display: inline-block;
width: 64px;
height: 64px;
z-index: 3;
z-index: 4;
}

.spinner:after {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: inline-block;
width: 32px;
height: 32px;
z-index: 3;
z-index: 4;
}

.spinner:after {
Expand Down

0 comments on commit 1c394b4

Please sign in to comment.