#main_responsive_state {
	@media @breakpoint-mobile {
		& {
			will-change: contents; // This gets read in app.jsx on mount + reset to auto
		}
	}
}
