fix(ui): position table dropdowns outside overflowing containers

Update Coolify release metadata to version 4.3.7 and nightly 4.3.8.
This commit is contained in:
Andras Bacsai
2026-08-16 23:48:25 +02:00
parent 84021504b3
commit 70b9acc424
7 changed files with 51 additions and 14 deletions
@@ -24,8 +24,8 @@ it('renders the standard table toolbar controls', function () {
->toContain('wire:model.live="search"')
->not->toContain('x-teleport="body"')
->not->toContain('floatingDropdown(')
->not->toContain('position: fixed')
->toContain('absolute top-full')
->toContain('position: fixed')
->toContain('getBoundingClientRect()')
->toContain('x-show="open"')
->toContain('aria-multiselectable="true"')
->toContain('Reset filters')