From e7a3a511d94251c0dcf4e99aed489478c5b494df Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 4 Oct 2019 14:04:12 +0200 Subject: Update tooltip position --- src/features/webControls/components/WebControls.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/features/webControls') diff --git a/src/features/webControls/components/WebControls.js b/src/features/webControls/components/WebControls.js index a39fcfe0e..c6331073b 100644 --- a/src/features/webControls/components/WebControls.js +++ b/src/features/webControls/components/WebControls.js @@ -148,6 +148,7 @@ class WebControls extends Component { type="button" className={classes.button} data-tip={intl.formatMessage(messages.goHome)} + data-place="bottom" > { + console.log('on focus event'); event.target.select(); this.setState({ editUrl: true, @@ -223,14 +228,13 @@ class WebControls extends Component { type="button" className={classes.button} data-tip={intl.formatMessage(messages.openInBrowser)} - data-place="left" + data-place="bottom" > - {/* */} ); } -- cgit v1.2.3-54-g00ecf