Skip to content

Commit

Permalink
refactor: remove unecesary fade from modal
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Nov 28, 2024
1 parent 04992d9 commit 136b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/templates/research/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h5 class="modal-title">
</div>
</div>

<div class="modal fade" tabindex="-1" role="dialog" id="cleanup-collection">
<div class="modal" tabindex="-1" role="dialog" id="cleanup-collection">
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header d-flex flex-column align-items-start">
Expand Down

0 comments on commit 136b610

Please sign in to comment.