Skip to content

Commit e57b7b5

Browse files
authored
Merge pull request #108 from BEXIS2/table
Remove z-index from pagination buttons
2 parents 4ceb021 + 4caf4ee commit e57b7b5

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)