allow modal to close on outside click

This commit is contained in:
[poww10s]
2020-11-28 02:44:33 -05:00
parent 9cd6b4899d
commit f73a0145f0
4 changed files with 102 additions and 89 deletions
-8
View File
@@ -14,11 +14,3 @@
border: 0.09em solid slategray;
border-radius: 6px;
}
.show {
display: flex;
}
.hide {
display: none;
}