Skip to content

Commit d70f2ed

Browse files
nbelyhAJIXuMuK
authored andcommitted
Fix invalid CSS for file picker
1 parent e3dc7d0 commit d70f2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/filePicker/FilePicker.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
}
177177
.scrollablePaneWrapper {
178178
height: 75vh;
179-
position: 'relative';
179+
position: relative;
180180
overflow: hidden;
181181
}
182182

0 commit comments

Comments
 (0)