-
Notifications
You must be signed in to change notification settings - Fork 277
fix: RTL toolbar missing #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@tengweiherr is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
@@ -721,7 +721,7 @@ export const ScanOverlay = () => { | |||
dir="ltr" | |||
className={cn( | |||
'react-scan-inspector-overlay', | |||
'fixed inset-0 w-screen h-screen', | |||
'fixed top-0 left-0 w-screen h-screen', |
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.
This is to fix the following canvas positioning issue in RTL.
issue-1.mov
Notice that the initial render's outlines flushing is fine because of top-0 left-0
in here
Hoping to review this soon! |
@RobPruzan Bump😄 |
@RobPruzan Another kind bump 🙏 |
fix #358
Changes
documentElement
Examples
demo-1-1.mp4