Skip to content

Wrong CSS for full screen terminal and external terminal #1009

Open
@jcubic

Description

@jcubic

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugresolvedif issue is resolved, it will be open until merge with master

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions