Feat: notification center polling, prevent page moving when opening it

This commit is contained in:
csrapr 2021-02-15 16:09:07 +00:00 committed by Josh Harvey
parent dee7dde195
commit b89ba7d939
3 changed files with 16 additions and 5 deletions

View file

@ -13,7 +13,7 @@ export default {
},
'.root-notifcenter-open': {
// for when notification center is open
overflowY: 'scroll',
overflowY: 'auto',
position: 'absolute',
top: 0,
bottom: 0,