Skip to content

Commit e26c009

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: added css to fix footer
1 parent 7a9ff00 commit e26c009

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

footer/src/FernFooter.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ export const FernFooter: React.FC = () => {
1717
return (
1818
<>
1919
<style>{`
20+
#fern-footer {
21+
position: relative;
22+
}
23+
2024
#fern-footer-wrapper {
2125
border-top: 1px solid var(--border);
2226
}

0 commit comments

Comments
 (0)