Commit ef7fce4a9f38b86128a1c4c0f553ba3d1198ef27

Authored by Jeroen van Baarsen
1 parent 0d3f1a2d

Fixed modal so it can be closed with ESC

* Fixes: #5343
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/help/_shortcuts.html.haml
1   -#modal-shortcuts.modal.hide
  1 +#modal-shortcuts.modal.hide{tabindex: -1}
2 2 .modal-dialog
3 3 .modal-content
4 4 .modal-header
... ...