Skip to content

fix(site): fix web terminal bottom overflow #12228

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

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

BrunoQuaresma
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma commented Feb 20, 2024

@BrunoQuaresma BrunoQuaresma self-assigned this Feb 20, 2024
width: "100vw",
height: "100vh",
width: "100%",
height: "100%",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We should not use screen sizes here since the .term should fit the parent size.

Copy link

github-actions bot commented Feb 20, 2024


✔️ PR 12228 Created successfully.
🚀 Access the credentials here.

cc: @BrunoQuaresma

@BrunoQuaresma
Copy link
Collaborator Author

If you use debug + htop it will be hard to see the latency so I'm wondering if we could just display it on the developer console. Thoughts @matifali @bpmct ?

Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

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

I have tested this on the PR deployment. Seems to work fine. Thanks Bruno.

@BrunoQuaresma BrunoQuaresma merged commit ebe0582 into main Feb 21, 2024
@BrunoQuaresma BrunoQuaresma deleted the bq/fix-web-term-bottom-overflow branch February 21, 2024 14:02
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web terminal sometimes overflows on the bottom
2 participants