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 'autoTypeEntryFields'}}:
- {TITLE}{USERNAME}{URL}{PASSWORD}{NOTES}{GROUP} - {TOTP}{S:Custom Field Name} -
-
-
{{res 'autoTypeModifiers'}}:
- + (shift)% (alt)^ ({{cmd}}){{#if hasCtrl}}^^ (ctrl){{/if}} -
-
-
{{res 'autoTypeKeys'}}:
- {TAB}{ENTER}{SPACE}{UP}{DOWN}{LEFT}{RIGHT}{HOME}{END} - {+}{%}{^}{~}{(}{)}{[}{]}\{{}{}} +