Skip to content

Commit

Permalink
Z index en navbar de planeacion
Browse files Browse the repository at this point in the history
Antes los botones de seleccion de cursos se podian poner encima del navbar, esto debido al cambio de estilos del tooltip
  • Loading branch information
ddi4z committed Sep 2, 2024
1 parent c296399 commit f48ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbars.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Image from "next/image";
*/
export function NavbarSimple() {
return (
<header className="flex items-center h-16 px-4 bg-yellow-300 md:px-6 fixed w-screen">
<header className="flex items-center h-16 px-4 bg-yellow-300 md:px-6 fixed w-screen z-10">
<Link className="text-lg font-medium mx-auto hover:font-bold hover:delay-75" href={"/"} >Mi horario Uniandes</Link>
</header>
)
Expand Down

0 comments on commit f48ea37

Please sign in to comment.