Closed hansieodendaal closed 4 years ago
@Karim-tari could you please fix the ToDo item? I cannot remember what you showed me how to fix it, how to resize the main report content div. Thanks.
Adding max-height: 90vh;
in general.css
seems to fix the ToDo item, but then the back button does not work:
.content {
overflow-y: auto;
padding: 0 15px;
padding-bottom: 50px;
max-height: 90vh;
}
Fixed:
ToDo: When clicking on a header within the TOC, that section scrolls into view but the heading is not shown, it is hidden by the top navigation bar