Thanks to visit codestin.com Credit goes to github.com
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 0572d0e commit 40971f3Copy full SHA for 40971f3
resources/js/components/ui/Listing/Filters.vue
@@ -119,7 +119,7 @@ function handleStackClosed() {
119
icon="x"
120
variant="ghost"
121
size="sm"
122
- class="absolute top-1.75 right-3 z-10 [&_svg]:size-4"
+ class="absolute! top-1.75 right-3 z-(--z-index-above) [&_svg]:size-4"
123
@click="handleStackClosed"
124
/>
125
<Heading size="lg" :text="__('Filters')" class="mb-4 px-1.5 pr-12 [&_svg]:size-4" icon="sliders-horizontal" />
0 commit comments