Hello, I started my project using the laravel integration documentation in the metronic version I specified. But on mobile devices, sidebar z-index:100 does not happen. Therefore, the drawer-backdrop stays on the sidebar. How do I solve this problem! It's a bit urgent.
Hi Ä°sa Yalçın,
data-drawer-zindex is a built-in configuration attribute for the drawer plugin, so you can safely use it. It should work.
Let us know if you need any further assistance
Thanks
Hi Ä°sa Yalçın
Sorry for the delay. You might need to adjust the z-index of the sidebar, so it appears above the backdrop.
Would you share a screenshot or the specific CSS affecting the sidebar and backdrop? Which demo number you use? Let us know if you need further assistance.
Best regards.
Thanks for the answer. I saw that you added an attributte to specify the drawer z-index in the document. Using this feature, I set the drawer z-index value to 19. This process solved the problem I was experiencing. But I don't know if it will cause problems elsewhere.
The attribute I added to the sidebar for those who want to use it;
data-drawer-zindex="19"
The KeenThemes forum doesn't send me a notification when a reply is received, which slows down our communication, unfortunately. I will be glad if you work on this issue. Finally, I am eagerly waiting for you to finish the new tailwindcss metronic. Thank you good work. Note: I am using Demo1.
Hi,
Are you using the latest Metronic 9.1.2 ? On mobile the sidebar can not be opened ?
Can you check the default HTML tempalte https://keenthemes.com/metronic/tailwind/demo1/ ?
Do you get the same issue ? If not then you will need to double check the HTML code with the original HTML code from the html version.
Regards,
Sean
Yes, I am using the latest version. The thing is that the menu opens on the mobile, but since the background is on top of the menu, no click is made. I've checked it again and again. I've stood up my laravel project using your github repo. I haven't solved the problem yet.