diff --git a/tabellio/webviews/pcfnav.pt b/tabellio/webviews/pcfnav.pt index 7dd5f78..ab8eb36 100644 --- a/tabellio/webviews/pcfnav.pt +++ b/tabellio/webviews/pcfnav.pt @@ -44,10 +44,7 @@ current_section = $('#menu .selected').offset(); $('#menu .selected').prepend('<'+'/span>'); $('#navmarker').click(function() { $('#pcf-top-nav').toggle(); }); - console.log(current_section); - $('#pcf-top-nav').hide().css('position', 'absolute' - ).css('top', current_section.top+40 - ).css('left', current_section.left-50); + $('#pcf-top-nav').hide().css('left', current_section.left-50); })(jQuery);