/* Add here all your CSS customizations */

html.force-scroll {
	box-shadow: none;
	overflow-x: scroll !important;
}

html.force-scroll body {
	overflow-x: visible !important;
}