diff --git a/explore/deploy/prepareDeploy.sh b/explore/deploy/prepareDeploy.sh index b0eb6e4e..acfd8fd6 100755 --- a/explore/deploy/prepareDeploy.sh +++ b/explore/deploy/prepareDeploy.sh @@ -19,8 +19,13 @@ # printf "\nPress key:"; # read -n1 ans # pico ../src/assets/env-properties.json; +# printf '\nCheck the properties file version\n'; +# echo -n "Press key:"; +# read -n1 ans +# pico ../src/app/openaireLibrary/utils/properties/environment-specific.service.ts; # printf '\nFor Production keep meta for bots'; # printf '\n\nCheck index.html:\n For test keep meta for noindex, for production remove noindex and keep meta for Search engines verification'; +# printf '\nUpdate css/ js files version!'; # printf "\nPress key:"; # read -n1 ans # printf "\nPressed"; diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 5fd35b02..cc9d65d1 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -124,3 +124,14 @@ font-size: 50px; font-weight: 300; } + +.iframeContainer{ + overflow: hidden; +} + +.iframeContainer iframe { + width: 100%; + height: 100%; + border: 0; + overflow: hidden; +}