Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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;
}
}