@media only screen and (max-width: 768px) {

  .editable {
    height: 30vH;
  }

  .font-controls {
    flex-wrap: wrap;
  }

  .ss-row {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: -1px;
  }
  .ss-row::-webkit-scrollbar { display: none; }

  .ss {
    white-space: nowrap;
    flex-shrink: 0;
    height: 26px;
    color: var(--black);
  }

  .randomBtn,
  .clearss {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 16px;
  }



}