fixing grid rendering error
This commit is contained in:
parent
75faadaef0
commit
7754905c19
@ -145,7 +145,7 @@ export class GalleryGridComponent implements OnChanges, AfterViewInit {
|
||||
this.renderedPhotoIndex < numberOfPhotos)) {
|
||||
let ret = this.renderARow();
|
||||
if (ret === null) {
|
||||
throw new Error("Gridphotos rendering failed");
|
||||
throw "Gridphotos rendering failed";
|
||||
}
|
||||
renderedContentHeight += ret;
|
||||
}
|
||||
|
||||
@ -1,10 +1,3 @@
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
* {
|
||||
border-radius: 0 !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user