Skip to content

Commit

Permalink
Merge pull request duplicati#4420 from warwickmm/fix_resizable_scroll…
Browse files Browse the repository at this point in the history
…bar_overlap

Always display scrollbars in file pickers
  • Loading branch information
kenkendk authored Mar 6, 2021
2 parents 56a659a + 25f8a79 commit 0c37b4f
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 0c37b4f

Please sign in to comment.