WIP(chat): add warning banner

This commit is contained in:
SabreCat
2023-05-30 16:25:29 -05:00
parent a5602eec8d
commit 739016ba01
4 changed files with 51 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ export default {
return `${base}${modifier} scroll-${this.scrollY}`;
},
notificationBannerHeight () {
let scrollPosToCheck = 56;
let scrollPosToCheck = 104;
if (this.sleepingBannerHeight) {
scrollPosToCheck += this.sleepingBannerHeight;