From 7582ebc9c8dd590b42ae9e51596ba6db47a26239 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 24 Jun 2021 07:08:12 +0000 Subject: remove deprecated dir and queue fns --- view/tpl/notifications_widget.tpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index f7a429749..9a6118ef1 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -15,14 +15,9 @@ $('.notifications-btn').click(function() { if($('#notifications_wrapper').hasClass('fs')) { $('#notifications_wrapper').prependTo('#' + notifications_parent); - //undo scrollbar remove - $('section').css('height', ''); } else { $('#notifications_wrapper').prependTo('section'); - //remove superfluous scrollbar - //setting overflow to hidden here has issues with some browsers - $('section').css('height', '100vh'); } $('#notifications_wrapper').toggleClass('fs'); -- cgit v1.2.3