Skip to content

Commit 64fb428

Browse files
jaygeorgejasonvarga
authored andcommitted
Improve sticky headers
1 parent c7ac48f commit 64fb428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/globals/Sites.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<tbody>
7272
<template v-for="group in siteGroups" :key="group.key">
7373
<tr v-if="hasNamedGroups">
74-
<td colspan="3" class="bg-gray-50 py-2! dark:bg-gray-800">
74+
<td colspan="3" class="sticky top-[calc(--spacing(7)+1px)] z-(--z-index-above) bg-gray-50 py-2! dark:bg-gray-800">
7575
<div class="flex items-center gap-4 ps-1!">
7676
<Checkbox
7777
size="sm"

0 commit comments

Comments
 (0)