tari-labs / tari-university

Tari Labs University is an open source, curated set of materials developed by the Tari Community to help facilitate knowledge transfer and education.
187 stars 49 forks source link

TLU website visual effects #240

Closed hansieodendaal closed 4 years ago

hansieodendaal commented 4 years ago

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

hansieodendaal commented 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.

hansieodendaal commented 4 years ago

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;
}