forked from mirrors/bookwyrm
Force state for active modal
This commit is contained in:
parent
e3321c9bad
commit
8ad75084de
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% load i18n %}
|
||||
|
||||
<div class="modal" id="{{ id }}">
|
||||
<div class="modal {% if active %}is-active{% endif %}" id="{{ id }}">
|
||||
<div class="modal-background" data-modal-close></div>
|
||||
<div class="modal-card" role="dialog" aria-modal="true" tabindex="-1">
|
||||
<header class="modal-card-head">
|
||||
|
|
Loading…
Reference in a new issue