MOBILE-3320 scorm: Fix SCORM height
parent
b2a051723b
commit
6c1712ed76
|
@ -17,7 +17,7 @@
|
|||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content>
|
||||
<core-loading [hideUntil]="loaded">
|
||||
<core-loading [hideUntil]="loaded" class="core-loading-fullheight">
|
||||
<core-navigation-bar [previous]="previousSco" [next]="nextSco" (action)="loadSco($event)"></core-navigation-bar>
|
||||
|
||||
<core-iframe *ngIf="loaded && src" [src]="src" [iframeWidth]="scormWidth" [iframeHeight]="scormHeight"></core-iframe>
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
@include margin(10px, 0, 0, 0);
|
||||
}
|
||||
|
||||
&.core-loading-noheight .core-loading-content {
|
||||
height: auto;
|
||||
&.core-loading-fullheight .core-loading-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.core-loading-loaded {
|
||||
|
|
Loading…
Reference in New Issue