fix(content): set min-height to allow for sticky headers(#20265)

fixes #20258
This commit is contained in:
Liam DeBeasi
2020-01-22 11:42:24 -05:00
committed by GitHub
parent f896821753
commit e613f63590

View File

@@ -60,7 +60,7 @@
}
#scroll-content {
height: 100%;
min-height: 100%;
}
.inner-scroll {