fix: unfixed input bar + safe area inset for Safari (iOS)

This commit is contained in:
Siddhant Rai
2024-06-13 00:21:51 +05:30
parent abdb80a6be
commit bd5d93a964
4 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export default function Hero({
<div className="mb-4 flex flex-col items-center justify-center dark:text-white"></div>
</div>
<div className="grid w-full grid-cols-1 items-center gap-4 self-center text-xs sm:w-auto sm:gap-6 md:text-sm lg:grid-cols-2">
<div className="mb-16 grid w-full grid-cols-1 items-center gap-4 self-center text-xs sm:w-auto sm:gap-6 md:mb-0 md:text-sm lg:grid-cols-2">
{demos?.map(
(demo: { header: string; query: string }, key: number) =>
demo.header &&