Fix templates being visible on old browsers
This commit is contained in:
parent
937899194d
commit
1f3a9dabc2
1 changed files with 4 additions and 0 deletions
|
@ -544,6 +544,10 @@ a.button {
|
|||
}
|
||||
|
||||
/* Modals */
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#modal-left {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue