We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e987345 commit 03132d1Copy full SHA for 03132d1
src/app/features/home/explore-tab/explore-tab/explore-tab.component.scss
@@ -6,6 +6,9 @@
6
.bubble-iframe {
7
background-color: black;
8
width: 100vw;
9
- height: calc(100vh - var(--ion-safe-area-bottom) - 48px);
+ /* 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
+ );
13
border: 0;
14
}
0 commit comments