update components
This commit is contained in:
parent
4a467a2676
commit
091d4e96b7
3 changed files with 10 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue