@media only screen and (max-width: 600px) {
  td .hide-mobile-label {
    display: none !important;
  }
  
  .gin-table-scroll-wrapper {
    overflow: hidden !important; /* Unset overflow behavior */
    -webkit-overflow-scrolling: unset !important; /* Disable smooth touch scrolling */
    padding-bottom: unset !important; /* Reset padding to the default */
    margin-top: unset !important; /* Reset margin to the default */
    margin-bottom: unset !important;
  }
}