Skip to content

Commit 0129eb9

Browse files
committed
feature #6377 Make filter modal scrollable (tpatartmajeur)
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
2 parents a982942 + ecdc6b6 commit 0129eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/crud/includes/_filters_modal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="modal-filters" class="modal fade" tabindex="-1">
2-
<div class="modal-dialog">
2+
<div class="modal-dialog modal-dialog-scrollable">
33
<div class="modal-content">
44
<div class="modal-header">
55
<button type="button" data-bs-dismiss="modal" class="btn btn-sm btn-secondary" id="modal-clear-button" formtarget="_self">

0 commit comments

Comments
 (0)