Skip to content

Commit

Permalink
Fix the table header
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Singh <[email protected]>
  • Loading branch information
Ajay-singh1 committed Dec 13, 2024
1 parent 19d25a9 commit f45d294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sections/Pricing/comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ h2, h5{
font-weight: 600;
text-transform: uppercase;
}
tr.price-table-head {
position : sticky;
z-index : 1;
top : 0;
}
.price-table tr.price-table-head {
background-color: #00b39f;
color: #FFFFFF;
Expand Down

0 comments on commit f45d294

Please sign in to comment.