/* Small overrides on top of the Tailwind CDN build. */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.tb-sortable-row[data-moving="true"] {
    opacity: 0.5;
}

.tb-link-btn {
    transition: transform 0.08s ease;
}

.tb-link-btn:active {
    transform: scale(0.98);
}
