Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40971f3

Browse files
authored
[6.x] Filters close button position fix (#12924)
1 parent 0572d0e commit 40971f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/Listing/Filters.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function handleStackClosed() {
119119
icon="x"
120120
variant="ghost"
121121
size="sm"
122-
class="absolute top-1.75 right-3 z-10 [&_svg]:size-4"
122+
class="absolute! top-1.75 right-3 z-(--z-index-above) [&_svg]:size-4"
123123
@click="handleStackClosed"
124124
/>
125125
<Heading size="lg" :text="__('Filters')" class="mb-4 px-1.5 pr-12 [&_svg]:size-4" icon="sliders-horizontal" />

0 commit comments

Comments
 (0)