Revert r55136, it did not work

This commit is contained in:
Nathan Gray 2016-02-29 22:17:25 +00:00
parent aa31a8705f
commit d6faffb32f

View File

@ -3269,15 +3269,6 @@ app.classes.calendar = AppJS.extend(
buttons.position({my: 'center', at: 'center', of: go_button}) buttons.position({my: 'center', at: 'center', of: go_button})
.css('left', ''); .css('left', '');
} }
// Try to fix sidebox's FF+Safari / mac weird position of bottom arrow problem
// As far as I can tell, they get the position of the ..._outerdiv wrong
// so we force a layout
if(window.navigator.userAgent.match('Macintosh'))
{
window.setTimeout(function() {
$j('.egw_fw_ui_scrollarea_outerdiv')[0].scrollIntoView();
}, 0);
}
} catch (e){ } catch (e){
// Resize didn't work // Resize didn't work
} }