diff --git a/package-lock.json b/package-lock.json index d2252f3d3..0b4afff52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "devDependencies": { "@axe-core/puppeteer": "^4.5.2", "@babel/core": "^7.9.6", diff --git a/package.json b/package.json index e5263f31f..c0e6846c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "description": "A starter Search theme for hitchhikers", "keywords": [ "jambo", diff --git a/static/js/theme-map/VerticalFullPageMapOrchestrator.js b/static/js/theme-map/VerticalFullPageMapOrchestrator.js index a8cd2ab1c..f9b3e5af6 100644 --- a/static/js/theme-map/VerticalFullPageMapOrchestrator.js +++ b/static/js/theme-map/VerticalFullPageMapOrchestrator.js @@ -238,7 +238,7 @@ class VerticalFullPageMapOrchestrator extends ANSWERS.Component { function setFixedHeight(selector) { const el = getSingleElement(selector) - el.style.height = `${el.scrollHeight}px` + el.style.minHeight = `${el.scrollHeight}px` } } diff --git a/static/package-lock.json b/static/package-lock.json index 3a11a264d..a9edc3cbb 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "license": "BSD-3-Clause", "dependencies": { "@vimeo/player": "^2.15.3", diff --git a/static/package.json b/static/package.json index cea6640ab..0d4a9e03c 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "answers-hitchhiker-theme", - "version": "1.33.0", + "version": "1.33.1", "description": "Toolchain for use with the HH Theme", "main": "Gruntfile.js", "scripts": { diff --git a/templates/vertical-full-page-map/markup/map.hbs b/templates/vertical-full-page-map/markup/map.hbs index 85cba5151..06aef049a 100644 --- a/templates/vertical-full-page-map/markup/map.hbs +++ b/templates/vertical-full-page-map/markup/map.hbs @@ -1 +1 @@ -
+