overflow should be auto not visible
This commit is contained in:
parent
6a338e28b2
commit
d31251c54e
@ -7,7 +7,7 @@
|
|||||||
$('.notifications-btn').click(function() {
|
$('.notifications-btn').click(function() {
|
||||||
if($('#notifications_wrapper').hasClass('fs')) {
|
if($('#notifications_wrapper').hasClass('fs')) {
|
||||||
$('#notifications_wrapper').prependTo('#' + notifications_parent);
|
$('#notifications_wrapper').prependTo('#' + notifications_parent);
|
||||||
$('body').css('overflow', 'visible');
|
$('body').css('overflow', 'auto');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('#notifications_wrapper').prependTo('section');
|
$('#notifications_wrapper').prependTo('section');
|
||||||
|
Reference in New Issue
Block a user