Freeze the name column
Pins the first name column to the left edge so you still know which campaign you are reading while scrolling.
Code to copy
[role="row"] > [role="gridcell"]:first-child,
[role="row"] > [role="cell"]:first-child,
[role="row"] > [role="columnheader"]:first-child {
position: sticky !important;
left: 0 !important;
z-index: 20 !important;
background: #ffffff !important;
box-shadow: 1px 0 0 rgba(0,0,0,0.15) !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.