Skip to content

Commit 03132d1

Browse files
committed
fix(explore-tab): iframe height
1 parent e987345 commit 03132d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/features/home/explore-tab/explore-tab/explore-tab.component.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
.bubble-iframe {
77
background-color: black;
88
width: 100vw;
9-
height: calc(100vh - var(--ion-safe-area-bottom) - 48px);
9+
/* stylelint-disable-next-line declaration-colon-newline-after */
10+
height: calc(
11+
100vh - var(--ion-safe-area-bottom) - var(--ion-safe-area-top) - 48px
12+
);
1013
border: 0;
1114
}

0 commit comments

Comments
 (0)