preline
preline copied to clipboard
Application sidebar's backdrop element not being removed/hidden after resizing screen size from lg size to md/sm size
I just tried Preline today and it was great, until I encountered an issue. The application sidebar's backdrop element is not being removed after resizing screen size from lg size to md/sm size.
How to reproduce?
- Visit https://preline.co/examples/html/application-layout-sidebar.html
- Resize your screen to md size (https://tailwindcss.com/docs/screens)
- Click the menu icon
- Resize your screen to lg size or higher (https://tailwindcss.com/docs/screens)
Now after completing these steps, you can now reproduce the application sidebar's backdrop element that cannot be toggled to close. For now, I temporarily used JavaScript to remove the element.
Here's a screen recording that also demonstrates how the issue can be reproduced.
(As you can see, the only way to remove/hide the backdrop (without altering the code) is to click the backdrop and then click an accordion item.)
Here's a screen recording that also demonstrates how the issue can be reproduced.
(As you can see, the only way to remove/hide the backdrop (without altering the code) is to click the backdrop and then click an accordion item.)
Hi! This issue will be solved in the next update.
duplicated #136
Hey @MarkCay - just to update you, the issue has been fixed. Thanks!
Hi @jahaganiev , thanks for the update!