Skip to content

Commit fd5186b

Browse files
committed
Fix invalid CSS for file picker
1 parent 8fb435f commit fd5186b

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)