Skip to content

Commit

Permalink
[mini-browser] Make the mini-browser background white again.
Browse files Browse the repository at this point in the history
Fixes #3969

Signed-off-by: Jan Keromnes <jan.keromnes@typefox.io>
  • Loading branch information
jankeromnes authored and svenefftinge committed Jan 21, 2019
1 parent b0c99c1 commit 73d23a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mini-browser/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,14 @@
}

.theia-mini-browser-content-area {
background-color: white;

This comment has been minimized.

Copy link
@kittaakos

kittaakos Feb 13, 2019

Contributor

This is incorrect, that's why we have resetBackground.

position: relative;
display: flex;
height: 100%;
width: 100%;
flex-direction: column;
overflow: hidden;
padding-top: 6px;
margin-top: 6px;
}

.theia-mini-browser-pdf-container {
Expand Down

0 comments on commit 73d23a4

Please sign in to comment.