#sg-settings-sidebar {
    float: right;
    position: sticky;
    top: 100px;
    background: #f0f0f1;
    right: 0px;
    height: 0px;
    z-index: 9;
  }

  .sg-icon {
    color: cornflowerblue;
    font-size: 20px;
  }

  @media (max-width: 700px) {
    #sg-settings-sidebar {
      display: none;
    }
  }