From e955c3ddc10f8aca86221310e4465172f39883bf Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 6 Dec 2020 10:30:54 +0100 Subject: [PATCH] fix #1575: auto-type menu scrolling --- app/styles/utils/_auto-type-hint.scss | 4 ++++ app/templates/auto-type-hint.hbs | 30 ++++++++++++++------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/app/styles/utils/_auto-type-hint.scss b/app/styles/utils/_auto-type-hint.scss index fd746a6c..a03d6e69 100644 --- a/app/styles/utils/_auto-type-hint.scss +++ b/app/styles/utils/_auto-type-hint.scss @@ -6,6 +6,10 @@ padding: $base-padding; box-sizing: border-box; overflow: hidden; + &__body { + height: 100%; + overflow-y: auto; + } &__block { margin-bottom: $base-padding-v; > a, diff --git a/app/templates/auto-type-hint.hbs b/app/templates/auto-type-hint.hbs index 6a8e2ef6..4b97f9b3 100644 --- a/app/templates/auto-type-hint.hbs +++ b/app/templates/auto-type-hint.hbs @@ -1,17 +1,19 @@
- {{res 'autoTypeLink'}} - -
-
{{res 'autoTypeModifiers'}}:
- + (shift)% (alt)^ ({{cmd}}){{#if hasCtrl}}^^ (ctrl){{/if}} -
-