diff --git a/frappe/public/js/frappe/ui/editor.js b/frappe/public/js/frappe/ui/editor.js index b716edec55..e413cc0c4e 100644 --- a/frappe/public/js/frappe/ui/editor.js +++ b/frappe/public/js/frappe/ui/editor.js @@ -237,9 +237,7 @@ bsEditorToolbar = Class.extend({ var me = this; this.file_input = this.toolbar.find('input[type="file"]') .css({ - 'opacity':0, - 'position':'absolute', - 'left':0, + 'visibility': 'hidden', 'width':0, 'height':0 });