Fix templates being visible on old browsers

This commit is contained in:
Pk11 2021-09-23 00:19:36 -05:00 committed by fguillot
parent 937899194d
commit 1f3a9dabc2
1 changed files with 4 additions and 0 deletions

View File

@ -544,6 +544,10 @@ a.button {
}
/* Modals */
template {
display: none;
}
#modal-left {
position: fixed;
top: 0;