You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your support in helping us improve FlyonUI!
We’ve received your submission and will respond within few business days. Our team handles issues one at a time, and we’ll be reviewing yours as soon as possible.
In the meantime, any additional details or a reproducible example would be greatly appreciated and will help us resolve the issue more efficiently.
We plan to remove these in the next release. If you'd like, feel free to create a Pull Request for this change. If you do, please ensure both start and end are updated:
When submitting your Pull Request, kindly use the following commit message format for consistency:
fix(component): resolved sizing issue in drawer by removing `calc(100vw - 23.45rem);`
What version of FlyonUI are you using?
v1.3.0
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://flyonui.com/docs/overlays/drawer/
Describe your issue
Possible solution:
Remove "inset-inline-start" in drawer-end class
After remove CSS class:
1)
2)
P.s. This CSS class could have been added by analogy with drawer-start (inset-inline-start), but there it does not create these problems.
P.s.s. For now I have to use this:
The text was updated successfully, but these errors were encountered: