From e613f63590f3d6a4fa4f3a361811224394ba0be2 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 22 Jan 2020 11:42:24 -0500 Subject: [PATCH] fix(content): set min-height to allow for sticky headers(#20265) fixes #20258 --- core/src/components/content/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index ec05a0f46a..fcaec346ae 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -60,7 +60,7 @@ } #scroll-content { - height: 100%; + min-height: 100%; } .inner-scroll {