From a1275ab9119e47373e1d9237e0941b7ae2adf71c Mon Sep 17 00:00:00 2001 From: Mikunj Date: Wed, 12 Dec 2018 14:55:46 +1100 Subject: [PATCH] Fix css on linux. --- stylesheets/_global.scss | 1 + stylesheets/_index.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index d7f670714..51240b787 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -813,6 +813,7 @@ textarea { color: $color-dark-05; height: auto; padding: 0; + background: inherit; ::-webkit-scrollbar-track { background: $color-dark-85; diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 24ee7b0e1..c7dc074e4 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -64,6 +64,7 @@ min-height: 0px; flex: 1 1 auto; color: $color-gray-05; + background: inherit; } .loki {