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
  • Loading branch information
jankeromnes committed Jan 17, 2019
1 parent 4572886 commit b597803
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;
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 b597803

Please sign in to comment.