Revert "Move notification snackbars when resting bar is shown (#10177)" (#10203)

This reverts commit 64e86bad91
because the console was showing errors like this:

[Vue warn]: Error in render: "TypeError: this.user is null"
found in
---> <App> at website/client/app.vue
       <Root>
This commit is contained in:
Alys 2018-03-31 15:15:13 +10:00 committed by GitHub
parent 7cae5f1a37
commit a88cdaf1fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -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")

View file

@ -11,10 +11,6 @@
top: 65px;
width: 350px;
z-index: 1041; // 1041 is above modal backgrounds
&.restingInn {
top: 105px;
}
}
</style>