Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #177 from SELab-2/z-index-fix
Browse files Browse the repository at this point in the history
fix: forgot te re-add the z-index to the modal
  • Loading branch information
Mouwrice authored Mar 25, 2022
2 parents 4f94643 + 2bd9018 commit 0aa07ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
width:100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 9999;
}

.modalMain {
Expand Down

1 comment on commit 0aa07ed

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for backend

St.
Category Percentage Covered / Total
🟢 Statements 97.53% 473/485
🟢 Branches 100% 39/39
🟢 Functions 93.85% 183/195
🟢 Lines 97.9% 466/476

Test suite run success

171 tests passing in 21 suites.

Report generated by 🧪jest coverage report action from 0aa07ed

Please sign in to comment.