Skip to content

Commit 83aa206

Browse files
authored
Merge pull request #157 from BuildFire/img-carousel-ipad-issue
fix(carousel-image-big-screen): add position to blurred bg image
2 parents e95e641 + 243c647 commit 83aa206

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

widget/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<link href="../../../styles/components/skeleton.css" rel="stylesheet" />
99
<!--this css is important to be loaded first for the first paint-->
1010
<style>
11+
12+
.blurred-background-image{
13+
position: absolute;
14+
}
1115
#skeletonContainer {
1216
position: absolute;
1317
top: 0;
@@ -239,7 +243,7 @@
239243
txt.innerHTML = "";
240244
pluginsContainer.innerHTML = "";
241245
skeletonContainer.classList.remove('hide');
242-
246+
243247
listSkeleton.start();
244248
}
245249

@@ -708,7 +712,7 @@
708712
if (!isLauncher||design.hideIPhoneNotch||safeZoneHeight==0) {
709713
document.body.classList.remove("no-carousel");
710714
return;
711-
};
715+
};
712716

713717
document.body.classList.add('no-carousel');
714718

0 commit comments

Comments
 (0)