diff --git a/components/DefaultLayout.tsx b/components/DefaultLayout.tsx
index b1a560655a93..d9752e91c6e7 100644
--- a/components/DefaultLayout.tsx
+++ b/components/DefaultLayout.tsx
@@ -85,7 +85,12 @@ export const DefaultLayout = (props: Props) => {
Skip to main content
-
+ {/* Need to set an explicit height for sticky elements since we also
+ set overflow to auto */}
+
diff --git a/stylesheets/utilities.scss b/stylesheets/utilities.scss
index f5d4ad04b247..a17939297b5f 100644
--- a/stylesheets/utilities.scss
+++ b/stylesheets/utilities.scss
@@ -24,6 +24,10 @@
.no-print {
display: none;
}
+
+ .print-overflow-visible {
+ overflow: visible !important;
+ }
}
/* Opacity utilities