Browse Source

Fix templates being visible on old browsers

Pk11 4 years ago
parent
commit
1f3a9dabc2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ui/static/css/common.css

+ 4 - 0
ui/static/css/common.css

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