Spaces:
Running
Running
bring the drop down menu to front
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -89,8 +89,8 @@
|
|
| 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-
|
| 93 |
-
|
| 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>
|
| 96 |
<a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="de">Deutsch</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">
|
| 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>
|
| 96 |
<a href="#" class="language-switch block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black" data-lang="de">Deutsch</a>
|