*::-webkit-scrollbar:horizontal{
    display: none;
}

.information::-webkit-scrollbar,
.traitMap::-webkit-scrollbar,
#gene_structure::-webkit-scrollbar,
#genome::-webkit-scrollbar,
.avInfoBox::-webkit-scrollbar,
.traitsInf::-webkit-scrollbar,
#pickBoxMales::-webkit-scrollbar,
#pickBoxFemales::-webkit-scrollbar,
aside::-webkit-scrollbar
{
    width: 6px;
    height: 5px;
    border-radius: 5px;
    cursor: pointer;
}
#pickBoxMales::-webkit-scrollbar,
#pickBoxFemales::-webkit-scrollbar
{
    background-color: var(--glassborder);
}

.information::-webkit-scrollbar,
.traitMap::-webkit-scrollbar,
#gene_structure::-webkit-scrollbar,
#genome::-webkit-scrollbar,
.avInfoBox::-webkit-scrollbar,
aside::-webkit-scrollbar
{
    border: 1px outset gray;
    background-color: rgba(255, 99, 71, 0.7);
}

.information::-webkit-scrollbar-thumb,
.traitMap::-webkit-scrollbar-thumb,
#gene_structure::-webkit-scrollbar-thumb,
#genome::-webkit-scrollbar-thumb,
.avInfoBox::-webkit-scrollbar-thumb,
.traitsInf::-webkit-scrollbar-thumb,
#pickBoxMales::-webkit-scrollbar-thumb,
#pickBoxFemales::-webkit-scrollbar-thumb,
aside::-webkit-scrollbar-thumb
{
    background-color: skyblue;
    border-radius: 5px;
    cursor: grab;
}

.avInfoBox:active::-webkit-scrollbar-thumb,
.traitsInf:active::-webkit-scrollbar-thumb,
#pickBoxMales:active::-webkit-scrollbar-thumb,
#pickBoxFemales:active::-webkit-scrollbar-thumb,
aside:active::-webkit-scrollbar-thumb
{
    cursor: grabbing;
}

aside{
    overflow-x: hidden;
}


#isChildDNA::-webkit-scrollbar{
    width: 0;
}

.avInfoBox::-webkit-scrollbar:horizontal{
    display: block;
}
