Skip to content

Commit 04fd2dd

Browse files
committed
fix(FileSelector): do not position file name field on bottom
1 parent 8c5544f commit 04fd2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/FileSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function horizontalScroll(e: WheelEvent) {
245245
}
246246
.file.pending input {
247247
position: absolute;
248-
inset: 8px 7px unset 6px;
248+
inset: 8px 7px auto;
249249
font-size: 13px;
250250
font-family: var(--font-code);
251251
line-height: 20px;

0 commit comments

Comments
 (0)