/* ================================= */
/* CSS for sap.ui.table/Scrolling    */
/* Belize High Contrast White theme  */
/* ================================= */

._sap_ui_table_Scrolling_NativeScrollbarDesktop() {
	&::-webkit-scrollbar {
		border: none !important;
	}

	&::-webkit-scrollbar-thumb {
		border: none !important;
		box-shadow: none !important;
	}
}