This CSS snippet can be added to your site if you want to always display your sidebar mobile menu dropdowns instead of using the toggle affect.
body .sidr-class-dropdown-menu ul { display: block; }
body .sidr-class-dropdown-toggle { display: none; }