[Bug] Opening notifications removes the scroll bar, closing does not return the scroll bar
Title says enough.
Edit: When opening notifications, the JS adds
position: relative; overflow-y: hidden;
to the <body> tag. It needs to remove these after the notifications modal closes.