@import "~bootstrap/scss/tooltip";

// Prevent tooltips from flickering when hovering on target's borders
.tooltip {
  pointer-events: none;
}
