Skip to content

Commit

Permalink
Always display scrollbars in file pickers.
Browse files Browse the repository at this point in the history
This works around the problem where the down button from the vertical
scrollbar overlaps with the resizable handle icon.  Now, the resizable
handle icon resides between the horizontal and vertical scrollbars.

This fixes duplicati#2063.
  • Loading branch information
warwickmm committed Feb 27, 2021
1 parent 24990a4 commit 25f8a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Duplicati/Server/webroot/ngax/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ a {
border: 1px solid lightgray;
padding: 2px;
height: 100%;
overflow: auto;
overflow: scroll;
box-sizing: border-box;
}

.not-clickable {
Expand Down
2 changes: 1 addition & 1 deletion Duplicati/Server/webroot/ngax/styles/style.css

Large diffs are not rendered by default.

0 comments on commit 25f8a79

Please sign in to comment.