Fix: Copy button hidden on small screens (<786px)#1174
Fix: Copy button hidden on small screens (<786px)#1174LuckySilver0021 wants to merge 4 commits intoreact-hook-form:masterfrom
Conversation
|
@LuckySilver0021 is attempting to deploy a commit to the BEEKAI OSS Team on Vercel. A member of the Team first needs to authorize it. |
❌ Deploy Preview for sage-cassata-31d224 failed.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
its showing more files changed that actually changed because accidently I changed syntax of it , but the core change reamins only in the : src/components/CodeArea.module.css file
lmk if its fine @bluebill1049
There was a problem hiding this comment.
Thanks for reviewing the changes. To recap, the main fix ensures the copy button shows up on screens smaller than 768px by updating src/components/CodeArea.module.css.
If you have any concerns about the accidental syntax updates or any further adjustments, lmk. Happy to make required changes.
|
Hi [@bluebill1049] Thanks for your time! |
src/content/get-started.mdx
Outdated
| ## Example | ||
|
|
||
| The following code excerpt demonstrates a basic usage example: | ||
| The following code excerpt hello demonstrates a basic usage: |
There was a problem hiding this comment.
Hi @bluebill1049,
Just letting you know that I've pushed the revert commit for get-started.mdx.
Thanks!

Copy button was not showing up below screen width of 768px, fixed it.