Skip to content

Commit 35d5e71

Browse files
[rdar://108019962] fix: move scrollbar to list (#634) (#654)
Co-authored-by: Marina Aísa <[email protected]>
1 parent 68224d1 commit 35d5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigator/QuickNavigationModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ $input-horizontal-spacing: rem(15px);
475475
}
476476
&__match-list {
477477
display: flex;
478-
overflow: auto;
479478
max-height: rem(450px);
480479
height: 0px;
481480
@@ -496,6 +495,7 @@ $input-horizontal-spacing: rem(15px);
496495
}
497496
&__refs {
498497
flex: 1;
498+
overflow: auto;
499499
}
500500
&__preview {
501501
border-left: $base-border-width solid var(--color-grid);

0 commit comments

Comments
 (0)