From a63fd87aaf66a7c39c4b0417fe8a8fa5b20082ea Mon Sep 17 00:00:00 2001 From: Priyanshu Sinha Date: Mon, 31 Mar 2025 18:07:25 +0530 Subject: [PATCH] fix: remove unnecessary scrollbar from github graph component (#25) --- src/app/docs/components/github-graph/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/docs/components/github-graph/page.tsx b/src/app/docs/components/github-graph/page.tsx index 638ff1e..00e318a 100644 --- a/src/app/docs/components/github-graph/page.tsx +++ b/src/app/docs/components/github-graph/page.tsx @@ -56,7 +56,7 @@ export default async function GithubGraphPage() { return ( - +
@@ -68,9 +68,9 @@ export default async function GithubGraphPage() {

-
-
- Playground +
+
+ Playground
@@ -80,7 +80,7 @@ export default async function GithubGraphPage() { blockMargin={2} darkColorPalette={["#1e1e2f", "#5a3e7a", "#7e5aa2", "#a87cc3", "#d9a9e6"]} /> -
+

@@ -88,7 +88,7 @@ export default async function GithubGraphPage() {

Installation

- +
@@ -134,6 +134,7 @@ export default async function GithubGraphPage() {
-
+
); } +