Fixe title position when scrolling.

This commit is contained in:
PascalMarchesseault
2024-07-28 21:05:15 -04:00
parent f2f5e26581
commit 5ec1078705

View File

@@ -2,7 +2,7 @@
<div class="flex flex-col md:flex-row">
<!-- Left Menu -->
<div class="bg-[#f4f4f4] z-20 w-full md:max-w-xs fixed md:sticky md:top-0 md:flex md:flex-col top-0">
<div class="sticky top-0 z-30 bg-[#f4f4f4]">
<div class="sticky top-20 z-30 bg-[#f4f4f4]">
<div class="flex flex-col items-center md:items-start md:pl-4 mt-16">
<h1 class="text-2xl py-4 font-bold text-center md:text-left">Gérer votre compte Hutopy</h1>