Skip to content

Commit

Permalink
Fixed close button in the modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcarrara committed Aug 15, 2023
1 parent 4522b3b commit a55dbe3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/stylesheet/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/stylesheet/main.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions stylesheet/home/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ input[type="checkbox"]:checked ~ .modal-background {
top: 0;
left: 0;
display: none;
z-index: 400;
z-index: 8000;
}

.modal {
Expand All @@ -32,7 +32,7 @@ input[type="checkbox"]:checked ~ .modal-background {
margin: auto;
display: none;
box-sizing: border-box;
z-index: 600;
z-index: 9999;

.form {
width: 350px;
Expand Down
2 changes: 1 addition & 1 deletion stylesheet/parts/_config-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG NAV
position: absolute;
top: 12px;
right: 20px;
z-index: 9999;
z-index: 500;

li {
display: inline-block;
Expand Down

0 comments on commit a55dbe3

Please sign in to comment.