Skip to content

Commit

Permalink
Remove relative from table container that was causing top nav issues
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 10, 2024
1 parent 23a17f5 commit ad44b60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/src/components/table/TableContainer.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<div
class="bg-white dark:bg-gray-800 relative shadow-md sm:rounded-lg overflow-hidden"
>
<div class="bg-white dark:bg-gray-800 shadow-md sm:rounded-lg overflow-hidden">
<slot />
</div>

0 comments on commit ad44b60

Please sign in to comment.