Skip to content

Commit

Permalink
Merge pull request #216 from unikounio/fix/header-dropdown-overlap
Browse files Browse the repository at this point in the history
ユーザーメニューが最前面にくるようにした
  • Loading branch information
unikounio authored Jan 6, 2025
2 parents 7987ca1 + 5170d74 commit 3e67f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/header/_main.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
.ml-auto.flex.justify-end.items-center
- if current_user.contests.any? && !@is_editing_contest
= render 'layouts/header/contest_selection'
= render 'layouts/header/menu'
.z-50 = render 'layouts/header/menu'

0 comments on commit 3e67f58

Please sign in to comment.