aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_widget.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-07 10:07:29 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-07 10:07:29 +0200
commitd31251c54e0be4400465c18cc12a5f51a7b896c6 (patch)
treeace3130575e6676003bc1632e40f20f7e7594706 /view/tpl/notifications_widget.tpl
parent6a338e28b281e30bfa5be788957e86e0de0060f1 (diff)
downloadvolse-hubzilla-d31251c54e0be4400465c18cc12a5f51a7b896c6.tar.gz
volse-hubzilla-d31251c54e0be4400465c18cc12a5f51a7b896c6.tar.bz2
volse-hubzilla-d31251c54e0be4400465c18cc12a5f51a7b896c6.zip
overflow should be auto not visible
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 99a0191b2..b37ef40da 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -7,7 +7,7 @@
$('.notifications-btn').click(function() {
if($('#notifications_wrapper').hasClass('fs')) {
$('#notifications_wrapper').prependTo('#' + notifications_parent);
- $('body').css('overflow', 'visible');
+ $('body').css('overflow', 'auto');
}
else {
$('#notifications_wrapper').prependTo('section');