diff --git a/src/theme.scss b/src/theme.scss index 22a2543c3..02c4c99f8 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -140,6 +140,10 @@ input[type="checkbox"] { text-overflow: ellipsis; } +.tooltip { + pointer-events: none; +} + .btn.pull-right { margin-left: 5px; }