fix: hero image visibility and article modal vertical scrolling

This commit is contained in:
oliver
2026-05-03 05:50:54 -03:00
parent b0dde481cf
commit 8594393664
+6 -5
View File
@@ -429,7 +429,7 @@
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
object-position: center; object-position: center;
opacity: 0.18; opacity: 0.45;
} }
.hero-bg-wrap::after { .hero-bg-wrap::after {
@@ -439,13 +439,13 @@
background: background:
radial-gradient( radial-gradient(
circle at top right, circle at top right,
rgba(251, 140, 0, 0.2), rgba(251, 140, 0, 0.18),
transparent 32% transparent 40%
), ),
linear-gradient( linear-gradient(
135deg, 135deg,
rgba(239, 235, 233, 0.84), rgba(239, 235, 233, 0.55),
rgba(239, 235, 233, 0.96) rgba(239, 235, 233, 0.72)
); );
} }
@@ -1884,6 +1884,7 @@
padding: 28px 40px 40px; padding: 28px 40px 40px;
overflow-y: auto; overflow-y: auto;
flex: 1; flex: 1;
min-height: 0;
font-family: Georgia, "Times New Roman", serif; font-family: Georgia, "Times New Roman", serif;
font-size: 1.05rem; font-size: 1.05rem;
line-height: 1.85; line-height: 1.85;