diff --git a/docs/styles.css b/docs/styles.css index 27e504b..8c0e1d1 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -79,8 +79,6 @@ p,li,blockquote { line-height:1.4rem; } margin-bottom:0.5rem; } } - -} /* Title*/ h1 a { border:none; } @@ -143,6 +141,13 @@ thead tr.second-header th { white-space:nowrap; } +thead { + position: -webkit-sticky; /* Safari */ + position: sticky; + top: 0; + z-index: 1000; + background-color: white; +} /* custom width for some columns */ table tr th.first-column {