From 1d9bf65c31dd3283f1becf3f85f671e8e2e39746 Mon Sep 17 00:00:00 2001 From: visovsiouk Date: Wed, 18 Oct 2017 20:29:38 +0300 Subject: [PATCH] Adjust tooltip (#963) --- browser/main/NewNoteButton/NewNoteButton.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/browser/main/NewNoteButton/NewNoteButton.styl b/browser/main/NewNoteButton/NewNoteButton.styl index 42f8e2cb..44273319 100644 --- a/browser/main/NewNoteButton/NewNoteButton.styl +++ b/browser/main/NewNoteButton/NewNoteButton.styl @@ -15,7 +15,6 @@ $control-height = 34px top 13px right 7px height $control-height - overflow hidden display flex .control-newNoteButton @@ -33,10 +32,11 @@ $control-height = 34px .control-newNoteButton-tooltip tooltip() - position fixed + position absolute pointer-events none - top 50px - left 433px + top 26px + right -43px + width 124px z-index 200 padding 5px line-height normal