/* hide scrollbars in dropdowns, especially for windows */
.FilterTag__dropdownList::-webkit-scrollbar,
.InputDropdown__optionsContainer::-webkit-scrollbar,
.Chart#chart::-webkit-scrollbar,
.parcel-items-list::-webkit-scrollbar,
.RecentOrdersDropdown::-webkit-scrollbar,
.workflow-custom-fields-list::-webkit-scrollbar,
.ErrorLog__tableContainer::-webkit-scrollbar,
.ErrorLog__errorContainerBody::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.FilterTag__dropdownList,
.InputDropdown__optionsContainer,
.Chart#chart,
.parcel-items-list,
.RecentOrdersDropdown,
.workflow-custom-fields-list,
.ErrorLog__tableContainer,
.ErrorLog__errorContainerBody {
    scrollbar-width: none;
}