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 <ken3574.25@gmail.com>
  • Loading branch information
kena0ki authored and colin-grant-work committed Jan 13, 2021
1 parent db4b2e7 commit 1c84263
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 1c84263

Please sign in to comment.