Skip to content

Commit 969820a

Browse files
committed
Refactor filter dropdown z-index for improved layering and action rendering
1 parent b04b02c commit 969820a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/filters.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
placement="bottom-start"
99
:width="$this->getTable()->getFiltersFormWidth()"
1010
:max-height="$this->getTable()->getFiltersFormMaxHeight()"
11-
class="fi-ta-filters-dropdown z-50"
11+
class="fi-ta-filters-dropdown z-40"
1212
>
1313
<x-slot name="trigger">
1414
{{ $this->getTable()->getFiltersTriggerAction()->badge($this->getTable()->getActiveFiltersCount()) }}

resources/views/livewire/card.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
{{-- Render record actions --}}
3131
@if($hasActions)
32-
<div class="relative z-10" @if($hasCardAction) @click.stop @endif>
32+
<div class="relative" @if($hasCardAction) @click.stop @endif>
3333
<x-filament-actions::group :actions="$processedRecordActions" />
3434
</div>
3535
@endif

0 commit comments

Comments
 (0)