Skip to content

Commit

Permalink
make sure form drop down menu always on top of any reports (openemr#7901
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ruthkonyn authored Jan 4, 2025
1 parent 0520359 commit 857c05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/encounter/forms/navbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="nav-link dropdown-toggle" href="#" id="category_{{ category|attr }}" role="button" data-toggle="dropdown" aria-expanded="false">
{{ category|text }}
</a>
<div class="dropdown-menu" aria-labelledby="category_{{ category|attr }}">
<div class="dropdown-menu" aria-labelledby="category_{{ category|attr }}" style="z-index:9999;">
{% for item in details.children %}
{% set display = (item.menu_name is defined) ? item.menu_name : item.displayText %}
{% if item.onclick is defined %}
Expand Down

0 comments on commit 857c05c

Please sign in to comment.