/* * Disables scrollbars on chrome, technically solves WEB-677 for users who haven't updated chrome */

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