mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(teams): hover states, missing snackbars
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
scrollPosToCheck += this.eventPromoBannerHeight ?? 0;
|
||||
}
|
||||
|
||||
return scrollPosToCheck;
|
||||
return scrollPosToCheck + 48; // teams testing banner is always on, for now
|
||||
},
|
||||
visibleNotificationsWithoutErrors () {
|
||||
return this.visibleNotifications.filter(n => n.type !== 'error');
|
||||
|
||||
Reference in New Issue
Block a user