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
19.31k stars 2.97k forks source link

Table overflow #11146

Closed magarciasantos closed 8 months ago

magarciasantos commented 9 months ago

Package

filament/filament

Package Version

v3.2.16

Laravel Version

10.42.0

Livewire Version

v3.4.4

PHP Version

8.2.11

Problem description

I was adding several columns to a table and enabling the individual search for them all. Both a table scroll bar and the body/bottom scroll bar appear

Screenshot_2024-01-29_at_14 00 04

Expected behavior

Only the table's horizontal scrollbar should appear

Screenshot_2024-01-29_at_14 13 19

Steps to reproduce

Add a column that can't be shown on screen and enable its individual search

Reproduction repository

https://github.com/magarciasantos/filament-table-overflow-bug.git

Relevant log output

No response

magarciasantos commented 9 months ago

The side panel seems to be broken also

wannesmatthys commented 9 months ago

This seems to happen for me aswell when I have an error page (403 forbidden for example), and I use the back button of my browser. (on chrome)