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; - } }