From f7cb1cfbea7878c8cfaf8003f5f4f5d0d86e9013 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Fri, 13 Dec 2024 04:15:58 +0000 Subject: [PATCH] Applied the property on table head Signed-off-by: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> --- src/sections/Pricing/comparison.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Pricing/comparison.js b/src/sections/Pricing/comparison.js index ea191a72f9fb..15fb3416ad76 100644 --- a/src/sections/Pricing/comparison.js +++ b/src/sections/Pricing/comparison.js @@ -80,9 +80,9 @@ h2, h5{ font-weight: 600; text-transform: uppercase; } -tr.price-table-head { +tr.price-table-head th { position : sticky; - z-index : 1; + z-index : 10; top : 0; } .price-table tr.price-table-head {