filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.92k stars 2.93k forks source link

Pagination buttons and table filter datepicker popover are competing on the z-index with the selected page popping through #1172

Closed Cigoler closed 2 years ago

Cigoler commented 2 years ago

Package

filament/tables

Package Version

v2.8.3

Laravel Version

v8.78.1

Livewire Version

v2.5

PHP Version

PHP 8

Bug description

image

Just a little thing. The selected pagination page button is showing up through popovers on the filter popup.

For some reason it has z-10 class applied. Not sure if that is intentional or not, but without it works fine.

image

Steps to reproduce

No response

Relevant log output

No response

danharrin commented 2 years ago

Closed by #1186.