We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04b02c commit 969820aCopy full SHA for 969820a
resources/views/components/filters.blade.php
@@ -8,7 +8,7 @@
8
placement="bottom-start"
9
:width="$this->getTable()->getFiltersFormWidth()"
10
:max-height="$this->getTable()->getFiltersFormMaxHeight()"
11
- class="fi-ta-filters-dropdown z-50"
+ class="fi-ta-filters-dropdown z-40"
12
>
13
<x-slot name="trigger">
14
{{ $this->getTable()->getFiltersTriggerAction()->badge($this->getTable()->getActiveFiltersCount()) }}
resources/views/livewire/card.blade.php
@@ -29,7 +29,7 @@
29
30
{{-- Render record actions --}}
31
@if($hasActions)
32
- <div class="relative z-10" @if($hasCardAction) @click.stop @endif>
+ <div class="relative" @if($hasCardAction) @click.stop @endif>
33
<x-filament-actions::group :actions="$processedRecordActions" />
34
</div>
35
@endif
0 commit comments