.btn-edit-table {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fullscreen-table-wrapper:hover .fullscreen-table-wrapper__buttons button {
  opacity: 100%;
}

.fullscreen-table-wrapper {
  .discourse-no-touch & {
    &__buttons {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
    }
  }

  .discourse-touch & {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0.5em;

    .open-popup-link {
      left: 0;
      margin: 0;
    }
  }
}
