Skip to content

Commit

Permalink
fix(filemanager): ensure correct scrolling direction of preview pane
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 23, 2020
1 parent 0ab43e9 commit 90d0970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/filemanager/_layout.scss
Expand Up @@ -152,7 +152,7 @@
border-color: inherit;
box-sizing: border-box;
text-align: center;
overflow-x: auto;
overflow-y: auto;
flex-shrink: 0;

// File preview
Expand Down

0 comments on commit 90d0970

Please sign in to comment.