mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
feat(svelte): Make diff headers on commit page sticky (#63615)
Small change to make browsing large diffs more ergonomic. ## Test plan Manual testing.
This commit is contained in:
parent
5e516faa2b
commit
4090f4fd17
@ -62,10 +62,14 @@
|
||||
|
||||
<style lang="scss">
|
||||
.header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: var(--body-bg);
|
||||
padding: 0.25rem 0rem;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0.25rem 0rem;
|
||||
}
|
||||
|
||||
.hunks {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user