-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fixes : [Pricing] Make Tier Comparison Header Sticky #6122 #6767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes : [Pricing] Make Tier Comparison Header Sticky #6122 #6767
Conversation
…lable body Signed-off-by: priyanshu4999 <[email protected]>
Signed-off-by: priyanshu4999 <[email protected]>
9c5d4f9 to
57cbe2b
Compare
|
🚀 Preview for commit 57cbe2b at: https://68b32e6ad231841ea0e539e4--layer5.netlify.app |
| @@ -1,40 +1,39 @@ | |||
| import React from "react"; | |||
| import styled from "styled-components"; | |||
| import details from "./generateDetails"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this unwanted change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/sections/Pricing/comparison.js
Outdated
| .price-table tr:hover { | ||
| background-color: ${props => props.theme.secondaryLightColor}; | ||
| .price-table tr:hover { | ||
| background-color: ${(props) => props.theme.secondaryLightColor}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove unwanted formatting changes.
| .price-table tr.price-table-head td { | ||
| .price-table tr.price-table-head td { | ||
| font-size: 1.15rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well.
vr-varad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@priyanshu4999 Please remove unwanted formating changes.
…isble for main container, tuned header postion w.r.t nav bar , updated media queries for table width and position Signed-off-by: priyanshu4999 <[email protected]>
Signed-off-by: priyanshu4999 <[email protected]>
57cbe2b to
df5ecb5
Compare
|
Apologies for unwanted formatting, I will remember to disable code formatter in future. |
|
🚀 Preview for commit df5ecb5 at: https://68b433233ff74e21707f02bd--layer5.netlify.app |
Signed-off-by: priyanshu4999 <[email protected]>
|
🚀 Preview for commit 4e7e889 at: https://68b437a8f002a9573bbf6038--layer5.netlify.app |
vr-varad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I get that, The scroll on table before was at very bottom, one need to scroll completely down to there , write now it is just below header and is visible on hover keeping previous theme , only thing i did is to shift it below sticky header and make it thin. If that is uncomfortable i can replace it at table end and revert it to normal thickness. |
|
🚀 Preview for commit 3111c76 at: https://68b49a0a42a18050e8344dbb--layer5.netlify.app |
|
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
Signed-off-by: priyanshu4999 <[email protected]>
3111c76 to
5f79c51
Compare
|
🚀 Preview for commit 5f79c51 at: https://68b5d44c9b84c822877bcc6f--layer5.netlify.app |
|
🚀 Preview for commit 6d47d9a at: https://68b5f62eda4b29aa713fa065--layer5.netlify.app |
|
Hi @vr-varad, just wanted to ask if anything is pending for this pr to be resolved? |
|
🚀 Preview for commit be78861 at: https://68bd31bfcd486a77c29d99c1--layer5.netlify.app |
|
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
|
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@priyanshu4999 any update on it ? |
|
🚀 Preview for commit 512d667 at: https://68e6f7a7c157e091492f7c3c--layer5.netlify.app |
|
@priyanshu4999 any updates ?? |
|
🚀 Preview for commit 239bbcb at: https://691588b458452d0963958e16--layer5.netlify.app |
|
merge conflict. |
|
There has been no update from the PR author for a month or so. I'll close this PR. |




Description
Fixes : [Pricing] Make Tier Comparison Header Sticky and Update Comparison Component (#6122)
-- Feature request for sticky header on comparison table for easy view.
Notes for Reviewers
Screen.Recording.2025-08-30.205718.mp4
-- Sticky header (Subscription Tier header) positioning uses relative measurements independent of navbar length for it to adapt to different screen widths (future point of concern).
-- Tables split into two and concatenated to implement the feature. Table widths updated;
overflow-xnow scrolls properly on smaller devices.-- Media queries adjusted for responsive design.
Signed commits