diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html
index 95a8754..8c7c3a0 100644
--- a/admin/dashboard/templates/base.html
+++ b/admin/dashboard/templates/base.html
@@ -63,7 +63,7 @@
.app-container {
min-height: 100vh;
- opacity: 1;
+ opacity: 0;
transition: opacity .24s ease;
}
@@ -1203,6 +1203,20 @@
};
+
+
{% block scripts %}{% endblock %}