-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.6, 4.2.3, 4.3
-
1
-
HQ 2023 Sprint I4.2 Moppies
-
Small
If you select the "More" dropdown as admin when on a screen size < 768px, the dropdown displays off screen:
Potential solution:
As the 'more' menu originates from the core_course/category_actionbar template and it statically is set to appear right aligned (using the .ml-auto class) on all screens. It would make sense to add .dropdown-menu-right to the .dropdown-menu container on line 108:
<div id="moreactionsmenu" class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown-actions" role="menu"> |
{{#options}}
|
<a role="menuitem" class="dropdown-item" {{#attributes}}{{name}}="{{value}}"{{/attributes}} href="{{url}}" tabindex="-1">{{string}}</a> |
{{/options}}
|
</div>
|
Thanks!
Stephen
- has a non-specific relationship to
-
MDL-79390 The action dropdown menu is cut off in the glossary activity
- Closed