Skip to content

Commit

Permalink
Fix ACE editor tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Mar 8, 2018
1 parent 26e9d67 commit 076fb38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/semaphore.less
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,8 @@ textarea.scroll {
border: 1px solid #ccc;
border-radius: @border-radius-base;
}


.ace_tooltip {
left: initial !important;
}

0 comments on commit 076fb38

Please sign in to comment.