We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library force height: 100% when using on body. The problem is when using .terminal-external class:
height: 100%
.terminal-external
N/A
To fix the issue, there is a need to use this code:
body.full-screen-terminal .terminal:not(.terminal-external) { height: 100% !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: