Make comment reaction modal backdrop clickable

This commit is contained in:
Andreas Nedbal 2023-10-28 04:34:49 +02:00 committed by Andreas Nedbal
parent 09b0ec6888
commit 2fdd2045f0
2 changed files with 6 additions and 1 deletions

View File

@ -25,3 +25,8 @@
.pull-left {
float: left;
}
// FIXME: Backport from Bootstrap 5.3, remove once updated
.z-n1 {
z-index: -1;
}

View File

@ -18,4 +18,4 @@
%span= user_screen_name(smile.user, url: false)
.modal-footer
= button_to t("voc.close"), modal_close_path, method: :get, class: "btn btn-default"
.modal-backdrop.fade.show
= link_to "", modal_close_path, method: :get, class: "modal-backdrop fade show z-n1"