No scrollbar on My Courses (Adaptable)

No scrollbar on My Courses (Adaptable)

by Deimos GX -
Number of replies: 5

Hi, im pretty new to Moodle and cant figure it out how to add a scrollbar to My Courses. Currently if there are too many of them you can't see or scroll to the ones in the bottom.

We're using Moodle 3.8.4 with adaptable 2.2.2.

Thanks!

Average of ratings: -
In reply to Deimos GX

Re: No scrollbar on My Courses (Adaptable)

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
I'm sure I fixed this ages ago, please update to the current version for Moodle 3.8 -> https://moodle.org/plugins/theme_adaptable/3.8.1.2/23798 - being 3.8.1.2.
In reply to Gareth J Barnard

Re: No scrollbar on My Courses (Adaptable)

by Barbara Lawrence -

I am having the same issue - Moodle 3.9.4 and adaptable version 3.9.1.2
adaptable theme my courses screenshot without scrollbar
In reply to Barbara Lawrence

Re: No scrollbar on My Courses (Adaptable)

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Fix will be in the next release being 3.9.1.3, in the mean time:

#adaptable-page-header-wrapper #main-navbar .navbar-nav .nav-item .dropdown-menu > .nav-item .dropdown-menu {
    max-height: 400px;
    overflow-x: auto;
}


In reply to Gareth J Barnard

Re: No scrollbar on My Courses (Adaptable)

by Barbara Lawrence -
Hi Gareth, thank you for this. However this only gives me a scrollbar if I have a submenu, not if I am displaying a flat list of all enrolled courses.