button.tf-v1-sidetab-button {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  display: none;
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  button.tf-v1-sidetab-button {
    display: flex;
  }
  .tf-v1-popover {
    display: none !important;
  }
}
