Skip to content

Commit

Permalink
Merge pull request #1388 from Shelf-nu/fix-bulk-select-advanced-index
Browse files Browse the repository at this point in the history
fix: broken bulk select button
  • Loading branch information
DonKoko authored Nov 4, 2024
2 parents c91700b + edd875d commit 924a7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const freezeColumnClassNames: Record<
// Because sticky elements dont work with border, we use the after pseudo element to create the border
checkboxHeader: tw(
"sticky left-0 z-10 bg-gray-25",
"after:absolute after:inset-0 after:border-b after:border-gray-200 after:content-['']"
"after:absolute after:inset-x-0 after:bottom-0 after:border-b after:border-gray-200 after:content-['']"
),
checkbox: tw("sticky left-0 z-10 bg-white"),

Expand Down

0 comments on commit 924a7c0

Please sign in to comment.