diff options
Diffstat (limited to 'src/components/Labs.svelte')
| -rw-r--r-- | src/components/Labs.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Labs.svelte b/src/components/Labs.svelte index f794e94..bddf607 100644 --- a/src/components/Labs.svelte +++ b/src/components/Labs.svelte @@ -68,7 +68,7 @@ <div class="overflow-auto h-full"> <table class="table w-full"> <!-- head --> - <thead> + <thead class="sticky top-0"> <tr> {#each headers as header, i} {#if i == 0} |
