﻿body {
}
.board-tickets-section {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    top: var(--board-title-height);
    /* Separación de los tickets con el titulo del tablero */
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    width: 100vw;
}

.board-ticket-wrapper {
    box-sizing: border-box;
    margin: 0 4px;
    margin-left: 4px;
    vertical-align: top;
    white-space: nowrap;
    width: 300px;
    flex: 0 0 auto;
}
