/* Disable most animation is MS Edge as they do not work right */

@supports (-ms-ime-align:auto) {
    #sd-sidebar, #sd-sidebar-header, #sd-page-content, #sd-navbar {
		 transition: 0s;
	}
}