diff --git a/src/app.css b/src/app.css
index 35a4a9b..1b3fe25 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,6 +1,10 @@
@import "tailwindcss";
@config "../tailwind.config.ts";
+html, body {
+ overflow-x: hidden;
+}
+
/* Custom Project Fonts */
@font-face {
font-family: "PP Object Sans Regular";
diff --git a/src/client/components/Dashboard/Dashboard.tsx b/src/client/components/Dashboard/Dashboard.tsx
index 5a40248..83b45a8 100644
--- a/src/client/components/Dashboard/Dashboard.tsx
+++ b/src/client/components/Dashboard/Dashboard.tsx
@@ -56,7 +56,7 @@ export const Dashboard = (): ReactElement => {
return (
<>
-
+
{recentComics.length > 0 &&
}
{/* Wanted comics */}
diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx
index 051b2a6..92eb7e8 100644
--- a/src/client/components/Dashboard/PullList.tsx
+++ b/src/client/components/Dashboard/PullList.tsx
@@ -133,7 +133,7 @@ export const PullList = (): ReactElement => {
/>
-
+
{isSuccess && !isLoading && (
diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx
index 12862c3..d710f68 100644
--- a/src/client/components/shared/Navbar2.tsx
+++ b/src/client/components/shared/Navbar2.tsx
@@ -12,7 +12,7 @@ export const Navbar2 = (): ReactElement => {
return (
-
+
{/* Logo */}