Skip to content

Commit 7f223bc

Browse files
committed
Re-fix duplicate footer 😅
1 parent 9ceeb05 commit 7f223bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docusaurus/src/scss/footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@
176176
}
177177

178178
// Unable to understand why second footer is displayed on Docusaurus, so I'm hiding it
179-
body #__docusaurus .footer{
179+
#__docusaurus + footer.footer {
180180
display: none !important;
181181
}

0 commit comments

Comments
 (0)