diff --git a/app/layout.tsx b/app/layout.tsx index 7f18ce46a..120542eeb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -85,7 +85,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) -
+
{children}
diff --git a/app/tag-data.json b/app/tag-data.json index 1898d1b9a..9f98b8cc9 100644 --- a/app/tag-data.json +++ b/app/tag-data.json @@ -2,11 +2,11 @@ "signoz": 29, "community": 6, "prometheus": 74, - "distributed-tracing": 18, "monitoring": 52, "tech-tutorial": 33, "javascript": 14, "tech-resources": 14, + "distributed-tracing": 18, "open-source": 9, "product": 13, "tools-comparison": 60, diff --git a/css/tailwind.css b/css/tailwind.css index 7866a1da8..e87ff99d5 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -10384,3 +10384,14 @@ See https://twitter.com/JoshWComeau/status/1332015868725891076 width: 100%; height: 100%; } + + +@layer utilities { + .no-scrollbar::-webkit-scrollbar { + display: none; + } + .no-scrollbar { + -ms-overflow-style: none; + scrollbar-width: none; +} +} \ No newline at end of file