Skip to content

Commit

Permalink
fix: modal z-index and button cursor
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Kelen <[email protected]>
  • Loading branch information
ekelen committed Nov 22, 2020
1 parent d32c482 commit 5496537
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions web/src/assets/modal-snippets.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width: 120vw;
min-height: 200vmax;
height: 200%;
z-index: 9;
z-index: 30;

background-color: black;
opacity: 0.4;
Expand All @@ -27,7 +27,7 @@
right: 110%;
bottom: 0;
left: -10%;
z-index: 10;
z-index: 33;
outline: 0;
overflow-x: hidden;
overflow-y: auto;
Expand All @@ -42,7 +42,7 @@
margin-bottom: 2rem;
border-radius: 1rem;
padding: 1rem;
z-index: 11;
z-index: 36;

width: 500px;
max-width: 85vw;
Expand Down
1 change: 1 addition & 0 deletions web/src/assets/widget-snippets.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
border: 1px solid transparent;
text-transform: uppercase;
font: 600 0.95rem/1 var(--font-stack);
cursor: pointer;
}

._btnLgSizes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
right: 1.2rem;
bottom: 1.2rem;

z-index: 8;
z-index: 10;
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion web/src/ui/components/Spinner/Spinner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.spinner {
position: absolute;
z-index: 16;
z-index: 20;
top: 33vh;
margin-left: calc(50% - 45px);
width: 70px;
Expand Down

0 comments on commit 5496537

Please sign in to comment.