Fazbeeer commited on
Commit
58bb932
·
verified ·
1 Parent(s): 8b9fc9e

bring the drop down menu for the translator to the front

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -89,7 +89,7 @@
89
  <i data-feather="globe" class="text-yellow-500"></i>
90
  <span class="text-white" id="current-language">EN</span>
91
  </button>
92
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-50 hidden group-hover:block">
93
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="en">English</a>
94
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="es">Español</a>
95
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="fr">Français</a>
 
89
  <i data-feather="globe" class="text-yellow-500"></i>
90
  <span class="text-white" id="current-language">EN</span>
91
  </button>
92
+ <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-50 hidden group-hover:block" style="z-index: 1000;">
93
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="en">English</a>
94
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="es">Español</a>
95
  <a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="fr">Français</a>