Skip to content

Commit

Permalink
Fix horizontal scrollbar not to disappear
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Aoki <[email protected]>
  • Loading branch information
kena0ki committed Dec 26, 2020
1 parent f6d2085 commit 2ccdfda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ body.theia-editor-highlightModifiedTabs
.p-TabBar-content-container {
display: flex;
flex: 1;
position: relative; /* This is necessary for perfect-scrollbar */
}

.p-TabBar-toolbar .item {
Expand Down

0 comments on commit 2ccdfda

Please sign in to comment.