Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/css/components/fieldtypes/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

thead th {
@apply sticky -top-2 table-cell z-(--z-index-draggable) border-b bg-gray-50 p-2 text-sm font-medium text-gray-900 dark:border-gray-700 dark:bg-gray-925 dark:text-gray-100;
@apply sticky -top-2 table-cell z-(--z-index-above) border-b bg-gray-50 p-2 text-sm font-medium text-gray-900 dark:border-gray-700 dark:bg-gray-925 dark:text-gray-100;
/* Prevent the sticky toolbar from hitting the very end of container, which causes it to overlap the container's border-radius */
margin-block-end: 8px;
/* Pull the subsequent element up to compensate for this */
Expand Down
Loading