Skip to content

Commit

Permalink
Fix unwanted scroll in navigator when no workspace is present
Browse files Browse the repository at this point in the history
Fixes #3470

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Nov 13, 2018
1 parent 021f69f commit b86a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/navigator/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.theia-navigator-container {
font-size: var(--theia-ui-font-size1);
color: var(--theia-ui-font-color1);
margin: 5px;
padding: 5px;
position: relative;
}

Expand Down

0 comments on commit b86a86d

Please sign in to comment.