davidherney / moodle-format_onetopic

Course format Onetopic to LMS Moodle
GNU General Public License v3.0
19 stars 44 forks source link

Chrome menu scroll issue. #101

Closed miropaananen closed 2 years ago

miropaananen commented 3 years ago

On moodle 3.9 When clicking on the menubars link/tab the browser scrolls down to the content. On chrome we noticed it scrolls down too much and it hides the top menu bar. We don't have this issue on Firefox. Could this issue be fixed so that on chrome it would not hide the menu when it scrolls down to the content.

Screenshot of boost theme using chrome browser after clinking on topic 1

image

Screenshot of boost theme using firefox browser after clinking on topic 1

image

I think the issue is that the scroll doesn't adjust to the height of the navigation bar. Could this issue be fixed so that it takes on account the height of the navbar automatically or that you could specify the height of the navbar trough the formats general settings?

davidherney commented 2 years ago

Hi @miropaananen ...

I implemented this change in the last release (master branch), please test.

Saludos

miropaananen commented 2 years ago

I tested it and it doesn't have the same issue now. Thank you so mutch!