We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeddc3 commit a09e6b3Copy full SHA for a09e6b3
1 file changed
src/styles/custom.css
@@ -78,7 +78,7 @@
78
display: none !important;
79
}
80
81
-/* Remove ALL bottom padding/margin on splash homepage */
+/* Remove ALL bottom padding/margin/min-height on splash homepage */
82
main:has(.botdrop-footer),
83
main:has(.botdrop-footer) .content-panel,
84
main:has(.botdrop-footer) .sl-container,
@@ -88,3 +88,8 @@ main:has(.botdrop-footer) .lg\:sl-flex {
88
padding-bottom: 0 !important;
89
margin-bottom: 0 !important;
90
91
+
92
+/* Override Starlight page wrapper min-height to prevent extra space below footer */
93
+.page:has(.botdrop-footer) {
94
+ min-height: unset !important;
95
+}
0 commit comments