From 12c075ef60fe9cb78c853d5c937f6e8f11d72b5a Mon Sep 17 00:00:00 2001 From: inportb Date: Sun, 24 Mar 2024 06:25:19 -0500 Subject: [PATCH] Make entire `` sticky --- frontend/src/routes/chart/[mrn]/flowsheet/+page.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/chart/[mrn]/flowsheet/+page.svelte b/frontend/src/routes/chart/[mrn]/flowsheet/+page.svelte index 32a339b..ed6eeee 100644 --- a/frontend/src/routes/chart/[mrn]/flowsheet/+page.svelte +++ b/frontend/src/routes/chart/[mrn]/flowsheet/+page.svelte @@ -325,9 +325,9 @@ white-space: nowrap; text-align: center; } - table.table-sticky thead th { + table.table-sticky thead { position: sticky; - z-index: 1010; + z-index: 1020; top: 0; background-color: #fff; } @@ -339,7 +339,6 @@ } table.table-sticky thead th.corner { padding: 0; - z-index: 1020; } .navbar { position: sticky;