Skip to content
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

Fix issue with bottom of Debugger #5070

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Fix issue with bottom of Debugger #5070

merged 1 commit into from
Aug 7, 2024

Conversation

joeizang
Copy link
Collaborator

@joeizang joeizang commented Aug 6, 2024

fixes #5059

@joeizang joeizang added the ready-to-review PR ready to review label Aug 6, 2024
@joeizang joeizang self-assigned this Aug 6, 2024
Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 98a85f1
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/66b276a1c8fc7e00085cc6ee
😎 Deploy Preview https://deploy-preview-5070--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -20,7 +20,8 @@
.debuggerPanels {
overflow-y: auto;
height: fit-content;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need this line @joeizang ?

@LianaHus LianaHus merged commit c3a0a64 into master Aug 7, 2024
33 checks passed
@LianaHus LianaHus deleted the fix-debugger-bottom branch August 7, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remix Debugger's Global Variables section isn't fully visible
2 participants