Open
Description
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;
}
Activity