mitigations for tooltip flickering

This commit is contained in:
azivner
2018-11-20 23:50:19 +01:00
parent 92ffe321aa
commit dbc93f4a79
2 changed files with 6 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ function setupTooltip() {
container: 'body',
placement: 'auto',
trigger: 'manual',
boundariesElement: 'window',
boundary: 'window',
title: html,
html: true
});