From 301780a4e98ce2cc48355eed774b5ff7900e1d0d Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 17 Jan 2019 14:56:15 +0000 Subject: [PATCH] [mini-browser] Make the mini-browser background white again. Fixes #3969 Signed-off-by: Jan Keromnes --- packages/mini-browser/src/browser/style/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mini-browser/src/browser/style/index.css b/packages/mini-browser/src/browser/style/index.css index 794ef048416de..b358a0af69921 100644 --- a/packages/mini-browser/src/browser/style/index.css +++ b/packages/mini-browser/src/browser/style/index.css @@ -96,13 +96,14 @@ } .theia-mini-browser-content-area { + background-color: white; position: relative; display: flex; height: 100%; width: 100%; flex-direction: column; overflow: hidden; - padding-top: 6px; + margin-top: 6px; } .theia-mini-browser-pdf-container {