diff --git a/resources/views/components/table/dropdown.blade.php b/resources/views/components/table/dropdown.blade.php
index b290128f9..c3ff1a2e5 100644
--- a/resources/views/components/table/dropdown.blade.php
+++ b/resources/views/components/table/dropdown.blade.php
@@ -36,7 +36,7 @@
{{ $slot }}
diff --git a/tests/Feature/TablePaginationLoadingTest.php b/tests/Feature/TablePaginationLoadingTest.php
index d26a1a33d..49bb97400 100644
--- a/tests/Feature/TablePaginationLoadingTest.php
+++ b/tests/Feature/TablePaginationLoadingTest.php
@@ -41,7 +41,8 @@
expect($html)
->toContain('position: fixed')
->toContain('getBoundingClientRect()')
- ->toContain('x-on:scroll.window');
+ ->toContain('x-on:scroll.window')
+ ->not->toContain('top-auto!');
});
it('renders compact client-side pagination', function () {