Skip to content

Commit

Permalink
Merge pull request #1788 from matrix-org/anoa/proposals_sticky_headers
Browse files Browse the repository at this point in the history
Sticky headers for proposals page
  • Loading branch information
anoadragon453 authored Jan 9, 2019
2 parents ec97e1e + f738f67 commit 59196bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,16 @@ dl.glossary dt {
font-style: oblique;
}

/* -- proposals page -------------------------------------------------------- */

#tables-of-tracked-proposals h2 {
margin-top: 7px;
padding-left: 10px;
position: -webkit-sticky;
position: sticky;
top: 0px;
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down

0 comments on commit 59196bf

Please sign in to comment.