Skip to content

Commit

Permalink
Fix double scrollbar appearing in output panel
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Moran <rob.moran@arm.com>
  • Loading branch information
thegecko committed Oct 11, 2018
1 parent 8c05cf3 commit 8650dd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/output/src/browser/style/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/

#outputView {
#outputView {
font-size: var(--theia-ui-font-size1);
padding: 6px;
color: var(--theia-ui-font-color1);
}

#outputView #outputContents {
overflow: auto;
height: inherit;
padding: 6px;
box-sizing: border-box;
}

#outputView #outputChannelList {
Expand All @@ -44,6 +45,7 @@
background-repeat: no-repeat;
padding-left: 3px;
padding-right: 15px;
margin: 6px;
}

.output-tab-icon::before {
Expand Down

0 comments on commit 8650dd1

Please sign in to comment.