startup wizard fixes

This commit is contained in:
Luke Pulverenti 2015-10-26 14:12:20 -04:00
parent 25b182603e
commit 2f160fcaa0
5 changed files with 24 additions and 22 deletions

View file

@ -217,7 +217,10 @@
var dlg = PaperDialogHelper.createDialog({
theme: 'a',
size: 'medium'
size: 'medium',
// In (at least) chrome this is causing the text field to not be editable
modal: false
});
dlg.classList.add('directoryPicker');