Sticky headers for proposals page
This commit is contained in:
parent
ec97e1eedb
commit
f738f671d1
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue