Make comment reaction modal backdrop clickable
This commit is contained in:
parent
09b0ec6888
commit
2fdd2045f0
|
@ -25,3 +25,8 @@
|
||||||
.pull-left {
|
.pull-left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: Backport from Bootstrap 5.3, remove once updated
|
||||||
|
.z-n1 {
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
%span= user_screen_name(smile.user, url: false)
|
%span= user_screen_name(smile.user, url: false)
|
||||||
.modal-footer
|
.modal-footer
|
||||||
= button_to t("voc.close"), modal_close_path, method: :get, class: "btn btn-default"
|
= 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"
|
||||||
|
|
Loading…
Reference in New Issue