Closed jmacura closed 2 years ago
The issue is caused by missing Popper. I just don't know why it is missing.
The global jQuery from the cms takes over the operating dropdownmenus and the popper is missing there. Seems that execution doesn't even get to the ngBootstrap where poper should be present. The result should be that "show" class gets added tbesides "dropdown-menu" class
We could remove jQuery included from the CodeRed by adding this code to /website/coderedcms/pages/base.html
{% block required_scripts %}
{% endblock %}
That will override the default block which does the actual import. The issue is it breaks dropdowns in CodeRed then :-)
Bug
Describe the bug In Wagtail integrated apps, the extra hamburger menu in LayerManager won't show.
To Reproduce Steps to reproduce the behavior:
Expected behavior The menu shows as usual.
Screenshots
Additional context From the inspector, it looks like the code is present, but the dropdown-menu is still invisible. I suspect a conflicting CSS styling.