#active-board,
#committed-board {
    touch-action: none;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 0.5rem;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#textInputOverlay {
    overflow: hidden;
    font-family: sans-serif;
    border: 2px dashed rgba(59, 130, 246, 0.8);
    border-radius: 4px;
    padding: 4px;
    cursor: text;
    white-space: pre-wrap;
}

#textInputOverlay:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
}
