hide the default tooltip behaviour from safari

CSS
&::before {
  content: '';
  display: block;
}
Source

Also in CSS: