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.
2 parents 5652201 + f89f8aa commit 087468aCopy full SHA for 087468a
src/app/features/home/details/details.page.scss
@@ -30,7 +30,10 @@ mat-toolbar {
30
overflow: auto;
31
32
iframe {
33
- height: 100%;
+ /* stylelint-disable-next-line declaration-colon-newline-after */
34
+ height: calc(
35
+ 100vh - var(--ion-safe-area-bottom) - var(--ion-safe-area-top) - 66px
36
+ );
37
width: 92vw;
38
margin: 0 4vw;
39
border: none;
0 commit comments