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

Wrong CSS for full screen terminal and external terminal #1009

Open
jcubic opened this issue Feb 2, 2025 · 0 comments
Open

Wrong CSS for full screen terminal and external terminal #1009

jcubic opened this issue Feb 2, 2025 · 0 comments
Labels

Comments

@jcubic
Copy link
Owner

jcubic commented Feb 2, 2025

Issue summary

The library force height: 100% when using on body. The problem is when using .terminal-external class:

Expected behavior

Steps to reproduce

Browser and OS

N/A

Additional notes

To fix the issue, there is a need to use this code:

body.full-screen-terminal .terminal:not(.terminal-external) {
    height: 100% !important;
}
@jcubic jcubic added the Bug label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant