#kt_app_header css z-index 110 > #kt_app_sidebar css z-index 105
Cannot click kt_app_sidebar_toggle
Interesting find! It seems the z-index stacking order is causing a conflict, preventing the sidebar toggle from being clickable. Perhaps adjusting the z-index values of either the header or sidebar CSS could resolve this. Have you also checked for any JavaScript errors that might be interfering with the toggle's functionality? This reminds me of some tricky levels in where layering was key.
Thank you for your feedback. We will check the issue and provide updates.
Thanks