We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a58e0 commit 456ea5cCopy full SHA for 456ea5c
src/components/Navigator/QuickNavigationModal.vue
@@ -475,7 +475,6 @@ $input-horizontal-spacing: rem(15px);
475
}
476
&__match-list {
477
display: flex;
478
- overflow: auto;
479
max-height: rem(450px);
480
height: 0px;
481
@@ -496,6 +495,7 @@ $input-horizontal-spacing: rem(15px);
496
495
497
&__refs {
498
flex: 1;
+ overflow: auto;
499
500
&__preview {
501
border-left: $base-border-width solid var(--color-grid);
0 commit comments