Skip to content

Commit

Permalink
fix menu flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored and tudoramariei committed Dec 24, 2024
1 parent 30588b0 commit facae58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/templates/v2/redirect/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</button>

<div
x-cloak
x-show="itemOpen"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0 translate-y-1"
Expand Down Expand Up @@ -187,6 +188,7 @@
</button>

<div
x-cloak
x-show="itemOpen"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0 translate-y-1"
Expand Down

0 comments on commit facae58

Please sign in to comment.