Skip to content

Commit 8e3239d

Browse files
thisisnicclaude
andcommitted
GH-39600: [R] Add padding to footer for Kapa AI widget
Add bottom padding to the footer so the trademark attribution text is not obscured by the floating Kapa AI widget button. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e9b014c commit 8e3239d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

r/pkgdown/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
#search-input::placeholder {
1515
color: #d9d9d9;
1616
}
17+
18+
/* Add bottom padding to footer to prevent Kapa AI widget from overlaying content */
19+
footer {
20+
padding-bottom: 80px;
21+
}

0 commit comments

Comments
 (0)