Skip to content

Commit

Permalink
feature #6377 Make filter modal scrollable (tpatartmajeur)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Make filter modal scrollable

In my project, we sometimes have a lot of filters available for a CRUD.
Making the header sticky saves a lot of scrolling 😉
This won't impact cases where there are few filters.

![Screenshot_20240722_090811](https://github.com/user-attachments/assets/fcd965f9-9f98-4786-b6d3-dc8ae9c4354e)

Commits
-------

ecdc6b6 Make filter modal scrollable
  • Loading branch information
javiereguiluz committed Jul 22, 2024
2 parents a982942 + ecdc6b6 commit 0129eb9
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 0129eb9

Please sign in to comment.