Skip to content

Commit

Permalink
[BUG] Hidden dropdown (#4813)
Browse files Browse the repository at this point in the history
Fixes #4771
  • Loading branch information
Annelein authored Nov 27, 2023
1 parent 1b47854 commit 79570de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/level-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" />
</svg>
</button>
<div class="dropdown-menu dropdown-blue z-20 min-w-full" id="level_dropdown"
<div class="dropdown-menu dropdown-blue z-30 min-w-full" id="level_dropdown"
style="display: none; padding: 0px !important; margin: 0px; margin-top: 0.25rem;"
_="on mutation of @style
set arrow to #level-arrow
Expand Down Expand Up @@ -69,7 +69,7 @@
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" />
</svg>
</button>
<div class="dropdown-menu dropdown-green z-20 mt-2" id="cheatsheet_dropdown"
<div class="dropdown-menu dropdown-green z-30 mt-2" id="cheatsheet_dropdown"
style="display: none; padding: 0px !important;"
_="on mutation of @style
set arrow to #cheatsheet-arrow
Expand Down Expand Up @@ -105,7 +105,7 @@ <h2 class="px-2 py-6">{{_('cheatsheet_title')}}</h2>
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" />
</svg>
</button>
<div class="dropdown-menu dropdown-green z-20 mt-2" id="commands_dropdown" {% if not
<div class="dropdown-menu dropdown-green z-30 mt-2" id="commands_dropdown" {% if not
request.args.get('keyword_language') %}style="display: none;" {% endif %}
_="on mutation of @style
set arrow to #keyword-arrow
Expand Down

0 comments on commit 79570de

Please sign in to comment.