/* Hide sidebar tooltips on small screens */
@media (max-width: 768px) {
  .sidebar_meas ul li .tooltip {
    display: none !important;
  }
}
