From d460547116827a0a7486f499381301cb077cc0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lin=20=28Light-it=29?= Date: Mon, 13 Nov 2023 09:36:21 -0300 Subject: [PATCH] fix: overflow scroll --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- resources/js/layout/Layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a128539371a..71c80532252 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,7 @@ This pr requires the following packages to be installed: - `package2` The packages are used for `reason1` and `reason2`. -Because of this, you must run `pnpm i` before starting. +Because of this, you must run `npm i` before starting. --> ## 📷 Screenshots diff --git a/resources/js/layout/Layout.tsx b/resources/js/layout/Layout.tsx index 08a0368a074..78df703cf89 100644 --- a/resources/js/layout/Layout.tsx +++ b/resources/js/layout/Layout.tsx @@ -6,7 +6,7 @@ export const Layout = () => { return (
-
+