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 23, 2020
1 parent f6d2085 commit a502d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/browser/style/scrollbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#theia-app-shell .ps__rail-x,
#theia-dialog-shell .ps__rail-x {
height: var(--theia-scrollbar-rail-width);
position: static;
}

#theia-app-shell .ps__rail-x > .ps__thumb-x,
Expand Down

0 comments on commit a502d8d

Please sign in to comment.