diff --git a/atlas/static/css/atlas.css b/atlas/static/css/atlas.css index 076b6fa10..6c7ebf62c 100644 --- a/atlas/static/css/atlas.css +++ b/atlas/static/css/atlas.css @@ -563,6 +563,8 @@ footer { #insertPhotos { /*margin-bottom: 20px;*/ padding: 0px; + max-height: 100vh; + overflow-y: auto; } #filtresPhotos { diff --git a/atlas/static/galleryPhoto.js b/atlas/static/galleryPhoto.js index f053ee15a..197604b17 100644 --- a/atlas/static/galleryPhoto.js +++ b/atlas/static/galleryPhoto.js @@ -67,8 +67,7 @@ function generateHtmlPhoto(photos, redimentionnement, taxhub_url) { - - `; + `; htmlPhoto += onePhoto; }); diff --git a/atlas/templates/photoGalery/_main.html b/atlas/templates/photoGalery/_main.html index 9b975a1ec..7ad4c4776 100644 --- a/atlas/templates/photoGalery/_main.html +++ b/atlas/templates/photoGalery/_main.html @@ -81,9 +81,9 @@