From 047ce43d2a898f1782009608cf9b6a85892180c9 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Wed, 8 Feb 2017 18:08:13 +0100 Subject: [PATCH] Fixes base font-size of popped out terminal. Share the rest of the base styles too so the embedded and popped out terminal are working from a common style base. --- client/app/styles/_base.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 01e7df8df..7e8c7a83e 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -61,7 +61,7 @@ opacity: 0; } -.scope-app { +.scope-app, .terminal-app { -webkit-font-smoothing: antialiased; background: $body-background-color; bottom: 0; @@ -977,11 +977,6 @@ .terminal { &-app { - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; display: flex; flex-flow: column; }