update components

This commit is contained in:
Luke Pulverenti 2016-02-04 23:56:19 -05:00
parent 4a467a2676
commit 091d4e96b7
3 changed files with 10 additions and 5 deletions

View file

@ -56,7 +56,7 @@
dlg.open();
// It's not being positioned properly in firefox
if (!dlg.classList.contains('fixedSize')) {
if (!browser.chrome && !dlg.classList.contains('fixedSize')) {
setTimeout(function () {
dlg.refit();
}, 100);