Fix dropdowns in new blocks for m3.6

Issue #968 resolved
Info 3bits created an issue

In moodle 3.6, the course overview and timeline block has a new dropdown that is displayed open by default in Adaptable.

Fix the issue forcing dropdown to be closed by default.

Comments (5)

  1. Pierre-Jean CHANCELLIER

    I noticed the same bug in Adaptable 1.7.1 and Moodle 3.6.1. I fixed it with this CSS simple rule :

    .dropdown-menu{display:none;}
    
  2. Manoj Solanki

    Thank you for the comment. That helped to fix this quicker. I've just fixed it in a way to make sure the dropdown CSS in Adaptable only applies within the navigation bar.

  3. Log in to comment