diff --git a/widget/assets/css/style.css b/widget/assets/css/style.css index 2bcfb35..659e966 100644 --- a/widget/assets/css/style.css +++ b/widget/assets/css/style.css @@ -1,6 +1,11 @@ -html{ +html { font-size: 16px !important; } + +.infinite-scroll-parent { + padding-top: var(--bf-safe-area-inset-top) !important; +} + /* Plugin CSS */ .media-center-plugin.layout2 .people-banner .people-bg { background: rgba(0, 0, 0, 0.8); @@ -349,14 +354,6 @@ html[browser="Firefox"] padding-right: 2%; } -/* -* Set height of body to auto for enabling scroll -*/ - -.body-scroll { - height: auto !important; -} - /* * Carousel container styling */ @@ -730,4 +727,4 @@ ul.lorySlides li img { .deeplink-item-skeleton .bf-skeleton-container .skeleton-paragraph, .deeplink-item-skeleton .bf-skeleton-container .skeleton-sentences { padding: 5px 20px; -} \ No newline at end of file +}