Skip to content

Commit 520bdf0

Browse files
committed
minor fix
1 parent eaab466 commit 520bdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-implementation/src/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
top: 80px !important; /* Start BELOW the header */
2424
left: 0 !important;
2525
height: 100% !important;
26-
overflow-y: auto !important;
26+
/* overflow-y: auto !important; */
2727
}
2828

2929
.fern-body {
30-
margin-top: 40px !important; /* Push content below header */
30+
margin-top: 60px !important; /* Push content below header */
3131
}

0 commit comments

Comments
 (0)