Skip to content

Commit 88a892a

Browse files
brunoborgesCopilot
andcommitted
Fix old-layer background to fill full card-code height
Add min-height: 100% to .old-layer so its background covers the entire card-code area. The modern-layer already fills via position: absolute + inset: 0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8c13c95 commit 88a892a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ nav {
494494
.old-layer {
495495
opacity: 1;
496496
background: var(--old-bg);
497+
min-height: 100%;
497498
}
498499

499500
.modern-layer {

0 commit comments

Comments
 (0)