
#style-4[data-v-98f4e363]::-webkit-scrollbar-track {
    background-color: transparent;
    height: 68px;
    /* Explicitly set the height of the track */
}
#style-4[data-v-98f4e363]::-webkit-scrollbar {
    width: 4px;
}
#style-4[data-v-98f4e363]::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar);
    border: 12px solid transparent;
    border-radius: 10px;
    /* Explicitly set a small height for the thumb */
    box-sizing: border-box;
    height: 20px;
    /* Create padding inside the thumb to simulate a smaller size */
}

  /* Add any specific styling you need here */

  /* Add any specific styling you need here */
