Skip to content

Commit

Permalink
Only show the vertical scrollbar when necessary (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored Nov 13, 2020
1 parent e07af1e commit e86183c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
height: 350px;
border: 1px solid var(--border-color);
box-sizing: border-box;
overflow-x: auto;
overflow-y: scroll;
overflow: auto;
-webkit-user-select: none;
user-select: none;
background-color: var(--background-color);
Expand Down

0 comments on commit e86183c

Please sign in to comment.