/* The tool names are long, so the fixed nav column gets its own reserved
   width and the content is centred in what is left of the viewport. */
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

@media (min-width: 1024px) {
    #chrome-nav {
        max-width: 210px;
    }
}
