Skip to content

Commit

Permalink
Merge pull request #930 from nbelyh/filepicker_relative
Browse files Browse the repository at this point in the history
Fix invalid CSS for file picker
  • Loading branch information
AJIXuMuK committed Jun 8, 2021
2 parents 8fb435f + fd5186b commit 0ad7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/filePicker/FilePicker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
}
.scrollablePaneWrapper {
height: 75vh;
position: 'relative';
position: relative;
overflow: hidden;
}

Expand Down

0 comments on commit 0ad7d6e

Please sign in to comment.