/* ddk-dash-docs has its own scroll-to-top functionality, don't need another */
a[href="#top"] {
    display: none;
}

/*quick fix for page DCC.Dropdown - example Dropdown Height*/
#height-example-dropdown .Select-menu-outer{
    max-height: none !important;
}