.Tumbler {
    display: inline-flex;

    user-select: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    touch-action: manipulation;
}
