Skip to content

Commit 4caf4ee

Browse files
committed
Remove z-index from pagination buttons
1 parent 159956a commit 4caf4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/TablePagination.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
$: $pageSize = pageSizeDropdownValue;
5050
</script>
5151

52-
<div class="flex justify-between w-full items-stretch gap-10 z-50">
52+
<div class="flex justify-between w-full items-stretch gap-10">
5353
<div class="flex justify-start">
5454
<!-- <select
5555
name="pageSize"

0 commit comments

Comments
 (0)