diff --git a/website/client/app.vue b/website/client/app.vue
index 6cf9f81e3c..d779790057 100644
--- a/website/client/app.vue
+++ b/website/client/app.vue
@@ -1,5 +1,5 @@
-#app
+#app(:class='{"casting-spell": castingSpell}')
notifications
router-view(v-if="!isUserLoggedIn || isStaticPage")
template(v-else)
@@ -15,6 +15,12 @@
app-footer
+
+