Skip to content

Commit

Permalink
Make filter modal scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatartmajeur committed Jul 22, 2024
1 parent a982942 commit ecdc6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/crud/includes/_filters_modal.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="modal-filters" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<button type="button" data-bs-dismiss="modal" class="btn btn-sm btn-secondary" id="modal-clear-button" formtarget="_self">
Expand Down

0 comments on commit ecdc6b6

Please sign in to comment.