
        .tippy-box {
            background-color: var(--pst-color-background);
            color: var(--pst-color-text-base);
            border: 1px solid var(--pst-color-border);
            max-height: 600px; /* Set your desired maximum height */
            overflow-y: auto; /* Enable vertical scrolling */
        }
        