From 40e52e8c710f400ba40d144c79bfcf072334f8fb Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 13 Jan 2024 23:55:00 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20overscroll=20and=20make=20?= =?UTF-8?q?page=20header=20sticky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/src/style.css | 2 +- apps/web/src/app/[locale]/(admin)/layout.tsx | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/landing/src/style.css b/apps/landing/src/style.css index 67fddebdb..7f5036d79 100644 --- a/apps/landing/src/style.css +++ b/apps/landing/src/style.css @@ -7,7 +7,7 @@ @apply border-border; } body { - @apply text-foreground overflow-y-auto overscroll-none bg-gray-200/50; + @apply text-foreground overflow-y-auto bg-gray-200/50; font-feature-settings: "rlig" 1, "calt" 1; } html { diff --git a/apps/web/src/app/[locale]/(admin)/layout.tsx b/apps/web/src/app/[locale]/(admin)/layout.tsx index cb8cb0bcb..ba5f94bd1 100644 --- a/apps/web/src/app/[locale]/(admin)/layout.tsx +++ b/apps/web/src/app/[locale]/(admin)/layout.tsx @@ -67,11 +67,7 @@ export default async function Layout({ -
+
{children}