| author | |
| committer | |
| log | ecd38c70cc0ce9173d7cd1d7e4cc146558e4f66a |
| tree | 66d7ccf016304095a3905f8bdf2d9f769da2317d |
| parent | ab43f2376e5aa0541cfe6902a44bd8943d1cb5ec |
1 files changed, 5 insertions(+), 1 deletions(-)
doc/langref.html.in+5-1| ... | ... | @@ -85,7 +85,6 @@ |
| 85 | 85 | #main-wrapper { |
| 86 | 86 | display: flex; |
| 87 | 87 | flex-direction: column; |
| 88 | height: 100vh; | |
| 89 | 88 | } |
| 90 | 89 | |
| 91 | 90 | #contents-wrapper { |
| ... | ... | @@ -106,6 +105,11 @@ |
| 106 | 105 | #main-wrapper { |
| 107 | 106 | flex-direction: row; |
| 108 | 107 | } |
| 108 | #toc { | |
| 109 | height: 100vh; | |
| 110 | position: sticky; | |
| 111 | top: 0; | |
| 112 | } | |
| 109 | 113 | #contents-wrapper, #toc { |
| 110 | 114 | overflow: auto; |
| 111 | 115 | } |