1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing grid rendering error

This commit is contained in:
Braun Patrik 2017-07-07 23:04:42 +02:00
parent 75faadaef0
commit 7754905c19
2 changed files with 1 additions and 8 deletions

View File

@ -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;
}

View File

@ -1,10 +1,3 @@
html {
height: 100%;
}
body {
height: 100%;
}
* {
border-radius: 0 !important;