diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 0b38b6afd..c2649a13c 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -57,12 +57,13 @@ .tooltipLeft('History'); font-size : 0.75em; color : grey; + position : relative; &.active { color : inherit; - &>.dropdown { visibility: visible; } } - &:hover>.dropdown { visibility: visible; } - + &>.dropdown{ + right : -1px; + } } &.editorTheme { .tooltipLeft('Editor Themes');