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:
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…
x
Reference in New Issue
Block a user