From a88cdaf1fc9cc51e2483d72a5f8d918b334247c9 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 31 Mar 2018 15:15:13 +1000 Subject: [PATCH] Revert "Move notification snackbars when resting bar is shown (#10177)" (#10203) This reverts commit 64e86bad91c6a450c9f269888889c7e323f9752a because the console was showing errors like this: [Vue warn]: Error in render: "TypeError: this.user is null" found in ---> at website/client/app.vue --- website/client/app.vue | 2 +- website/client/components/snackbars/notifications.vue | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/website/client/app.vue b/website/client/app.vue index 95eafafa28..a690ca9df8 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -10,7 +10,7 @@ div p {{currentTip}} #app(:class='{"casting-spell": castingSpell}') amazon-payments-modal - snackbars(:class='{"restingInn": showRestingBanner}') + snackbars router-view(v-if="!isUserLoggedIn || isStaticPage") template(v-else) template(v-if="isUserLoaded") diff --git a/website/client/components/snackbars/notifications.vue b/website/client/components/snackbars/notifications.vue index 26de1aa0a6..18705af494 100644 --- a/website/client/components/snackbars/notifications.vue +++ b/website/client/components/snackbars/notifications.vue @@ -11,10 +11,6 @@ top: 65px; width: 350px; z-index: 1041; // 1041 is above modal backgrounds - - &.restingInn { - top: 105px; - } }