[Bug] Opening notifications removes the scroll bar, closing does not return the scroll bar

Modi·1/11/2017, 1:28:00 AM·2 votes·750 views

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.

0 Comments