Custom Drawer (Offcanvas) size #36
|
Setting a custom Drawer (Offcanvas) size using the Tailwind utility class works on all Any idea? |
Answered by
PruthviPraj00
Jan 6, 2025
Replies: 1 comment
|
Hello @vkgautham, Regarding your question, please take a look at [issue #38]. The problematic class will be removed in the next release. In the meantime, you can apply the following workaround: .drawer-end {
inset-inline-start: unset !important;
}Additionally, when setting the width, always use the |
0 replies
Answer selected by
PruthviPraj00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @vkgautham,
Regarding your question, please take a look at [issue #38]. The problematic class will be removed in the next release. In the meantime, you can apply the following workaround:
Additionally, when setting the width, always use the
max-w-*utility classes.