Sticky headers for proposals page

This commit is contained in:
Andrew Morgan 2019-01-09 15:16:18 +00:00
parent ec97e1eedb
commit f738f671d1

View file

@ -462,6 +462,16 @@ dl.glossary dt {
font-style: oblique; 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 --------------------------------------------------------- */ /* -- code displays --------------------------------------------------------- */
pre { pre {