/* 格点确认 */
.grid-confirm {
  .left-map {
    height: 79vh;
    position: relative;
    color: black;
  }
  .scrollable-container {
    max-height: 60vh; /* Set fixed height */
    min-height: 40vh;
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc; /* Optional: Add border */
    padding: 10px;
  }

  .col-sm-4 {
    height: 79vh;
    .well {
      height: 100%;
    }
    .option {
      height: 100%;
      position: relative;
      .download-gridPointList-X {
        visibility: visible;
        position: absolute;
        bottom: 0px;
        left: 0px;
      }
    }
  }
}
