Skip to content

Commit

Permalink
Applied the property on table head
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 f45d294 commit f7cb1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Pricing/comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f7cb1cf

Please sign in to comment.