﻿

.trimble-map .map-instructions-container {
    padding: 10px 3px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.trimble-map .map-instructions {
    color: #777;
    overflow-x: hidden;
    overflow-y: auto;
}

    .trimble-map .map-instructions::-webkit-scrollbar {
        width: 12px;
    }

    .trimble-map .map-instructions:hover::-webkit-scrollbar-thumb {
        background: #ccc;
        background-clip: content-box;
    }

    .trimble-map .map-instructions::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 6px;
        border: 3px solid transparent;
        background-clip: content-box;
    }

        .trimble-map .map-instructions::-webkit-scrollbar-thumb:hover {
            background: #aaa;
            background-clip: content-box;
        }

    .trimble-map .map-instructions::-webkit-scrollbar-track {
        display: none;
    }