diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx
index 6441cdc..e850299 100644
--- a/frontend/src/pages/HomePage.tsx
+++ b/frontend/src/pages/HomePage.tsx
@@ -157,7 +157,7 @@ export default function HomePage() {
@@ -222,7 +222,7 @@ export default function HomePage() {
{/* Tools Grid */}
-
@@ -191,7 +191,7 @@ export default function HomePage() {
{t('home.pdfTools')}
diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css
index 79cf62d..79c4cb3 100644
--- a/frontend/src/styles/global.css
+++ b/frontend/src/styles/global.css
@@ -157,6 +157,5 @@
}
.deferred-section {
- content-visibility: auto;
- contain-intrinsic-size: 1px 720px;
+ content-visibility: visible;
}