aboutsummaryrefslogtreecommitdiff
path: root/src/components/Labs.svelte
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-08-07 12:32:46 -0500
committerFurkan Sahin <furkan-dev@proton.me>2022-08-07 12:32:46 -0500
commit71aa00038a4dfecaaef85bfa72cdcabdd35d80dd (patch)
treea5925dc953a4cbc87fb7ee6580f0fbacbe9b08c5 /src/components/Labs.svelte
parent060e1afd4c1d7de5f64d8e7ddf8ebe996f7be651 (diff)
Table head row is frozen/stickied to the top of the page now
Diffstat (limited to 'src/components/Labs.svelte')
-rw-r--r--src/components/Labs.svelte2
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}