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
Hey guys, properly great little component, a real time saver!
I've ran into a small but annoying bug when using tailwind where the internal "container" class clashes with tailwind and causes the layout to overflow beyond the screen width.
TLDR, the .container class adds 2rem of padding which increases the width of the element beyond the size of the scoped area.
Lots of CSS frameworks (Bootstrap, Tailwind etc) add styles to the .container class, and it appears to only be used to add a position: relative to the element so should be a simple fix.
Working on testing a PR for it now :)
The text was updated successfully, but these errors were encountered:
Hey guys, properly great little component, a real time saver!
I've ran into a small but annoying bug when using tailwind where the internal "container" class clashes with tailwind and causes the layout to overflow beyond the screen width.
TLDR, the .container class adds 2rem of padding which increases the width of the element beyond the size of the scoped area.
My code:
Problematic code inside Stepper:
Lots of CSS frameworks (Bootstrap, Tailwind etc) add styles to the .container class, and it appears to only be used to add a position: relative to the element so should be a simple fix.
Working on testing a PR for it now :)
The text was updated successfully, but these errors were encountered: