Skip to content

Commit

Permalink
Fix filter z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Apr 1, 2024
1 parent fd28967 commit 9668064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/datagrid/filter.dark.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class="btn btn-light sf-filter-toggle-button"
</div>
<div class="sf-filter-toggle-panel" data-class-open="" data-class-closed="d-none">
<div class="position-relative">
<div class="border position-absolute shadow-sm p-3 bg-white w-100 mt-2" style="z-index: 1">
<div class="border position-absolute shadow-sm p-3 bg-white w-100 mt-2" style="z-index: 4">
<?php $_gb_->captureForm('#' . $_gb_->getID() . '-filter'); ?>
<form:wrapper action="#{!! $_gb_->getID().'-filter' !!}" id="#{!! $_gb_->getID() . '-filter' !!}"
lock-type="none" submit-on-reset="true">
Expand Down

0 comments on commit 9668064

Please sign in to comment.