-
Notifications
You must be signed in to change notification settings - Fork 136
fix: Add position: relative to switch label #396
Conversation
|
|
@IHIutch is attempting to deploy a commit to the Chakra UI Team on Vercel. A member of the Team first needs to authorize it. |
|
I also noticed setting |
|
This pull request is being automatically deployed with Vercel (learn more). chakra-ui-vue – ./🔍 Inspect: https://vercel.com/chakra-ui/chakra-ui-vue/oydjKwnBpbga7KtZWeqzpWN1uvh3 [Deployment for d05d8a4 canceled] |
codebender828
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @IHIutch ! 🎉
Description
Adds
position: relativeto the CSwitch<label>Motivation and Context
Fixes #354 and should prevent unexpected interactions with other elements on a page due to the
position: absoluteon the<input />How Has This Been Tested?
In browser; Storybook
Types of changes
Checklist: